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