view scripts/capture.sh @ 67:a1907dab3f65

add script to capture log files from compose containers
author smith@nwoca.org
date Fri, 18 Mar 2016 01:10:46 +0100
parents scripts/d-ps.sh@e155908fa039
children 2418f77afad2
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 ID  cat $(docker inspect --format='{{.LogPath}}' ID )