Mercurial > public > ssdt-docker
diff scripts/capture.sh @ 159:303259c08b7d
DEP-12: update backup scripts
author | smith@nwoca.org |
---|---|
date | Wed, 02 Aug 2017 21:44:52 +0100 |
parents | 8f45c43ea7a4 |
children | fea886ba7279 |
line wrap: on
line diff
--- a/scripts/capture.sh Mon Jul 31 20:50:14 2017 +0100 +++ b/scripts/capture.sh Wed Aug 02 21:44:52 2017 +0100 @@ -1,3 +1,4 @@ #!/bin/bash -# writes tail of current logs to standard out from containers in compose project. -docker-compose logs --no-color $1 \ No newline at end of file +# current logs to standard out from container (all containers by default) in current project +docker-compose logs --no-color $1 +