mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Example DIND tests
This commit is contained in:
11
contrib/dind/entry.sh
Normal file
11
contrib/dind/entry.sh
Normal 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
|
Reference in New Issue
Block a user