view scripts/capture.sh @ 70:b55117e40cd7

fix argument
author smith@nwoca.org
date Fri, 18 Mar 2016 01:24:12 +0100
parents 6aedaa7220db
children b6fe4a2411ee
line wrap: on
line source
#!/bin/bash
# writes current logs to standard outfrom running containers in current compose project.
docker-compose ps -q | xargs -I{}  bash -c "cat $(docker inspect --format='{{.LogPath}}' {} ) "