stop-docker.sh 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #!/bin/bash set -e APISERVER_DIR="$(cd "$(dirname "$0")/.."; echo "$PWD")" export APISERVER_DIR . "$APISERVER_DIR/scripts/_parse_args.bash" _compose down "$@"