comparison 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
comparison
equal deleted inserted replaced
158:4bc3485f8460 159:303259c08b7d
1 #!/bin/bash 1 #!/bin/bash
2 # writes tail of current logs to standard out from containers in compose project. 2 # current logs to standard out from container (all containers by default) in current project
3 docker-compose logs --no-color $1 3 docker-compose logs --no-color $1
4