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/start.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
docker rm -f faas
docker run --name faas --privileged -p 8080:8080 -p 9090:9090 -d faas:dind
./test.sh
echo "Quitting after 120 seconds."
sleep 120
docker rmi -f faas