Mercurial > public > ssdt-docker
changeset 69:6aedaa7220db
fix argument
author | smith@nwoca.org |
---|---|
date | Fri, 18 Mar 2016 01:16:32 +0100 |
parents | 2418f77afad2 |
children | b55117e40cd7 |
files | scripts/capture.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/capture.sh Fri Mar 18 01:12:11 2016 +0100 +++ b/scripts/capture.sh Fri Mar 18 01:16:32 2016 +0100 @@ -1,3 +1,3 @@ #!/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 ) +docker-compose ps -q | xargs -I{} cat $(docker inspect --format='{{.LogPath}}' {} )