Example DIND tests

This commit is contained in:
Alex Ellis
2017-04-13 22:19:35 +01:00
parent 4f1260232f
commit d29e906a2f
4 changed files with 105 additions and 0 deletions

11
contrib/dind/entry.sh Normal file
View File

@ -0,0 +1,11 @@
#/bin/sh
dockerd &
while [ ! -e /var/run/docker.sock ] ; do sleep 0.25 && echo "Waiting for Docker socket" ; done
docker swarm init
./deploy_stack.sh
tail -f /dev/null