dind required to work on debian

This commit is contained in:
will Farrell
2017-02-15 10:58:57 -07:00
parent 30a276774e
commit 0bbd009e23
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -e
if [ -z "$DOCKER_HOST" -a "$DOCKER_PORT_2375_TCP" ]; then
export DOCKER_HOST='tcp://docker:2375'
fi
# for local testing only
#HOME_DIR=.