comparison scripts/capture.sh @ 195:26bb64873bbe production v1.3.0

flow: Merged <release> 'v1.3.0' to <master> ('production').
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:46 +0100
parents fea886ba7279
children
comparison
equal deleted inserted replaced
184:26892906f365 195:26bb64873bbe
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