comparison scripts/capture.sh @ 191:fea886ba7279

DEP-12: add source for .functions.sh to all scripts using compose
author smith@nwoca.org
date Wed, 20 Sep 2017 17:56:23 +0100
parents 303259c08b7d
children
comparison
equal deleted inserted replaced
190:c3587159637f 191:fea886ba7279
1 #!/bin/bash 1 #!/bin/bash
2 # current logs to standard out from container (all containers by default) in current project 2 # current logs to standard out from container (all containers by default) in current project
3 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"
4
3 docker-compose logs --no-color $1 5 docker-compose logs --no-color $1
4 6