Update DIND

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-09-08 14:16:48 +01:00
parent d127dc7cb0
commit d9d73dff16
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
docker rm -f faas
docker run --name faas --privileged -p 8080:8080 -p 9090:9090 -d faas:dind
docker run --name faas --privileged -p 8080:8080 -p 9090:9090 -d alexellis2/faas-dind:0.6.5
./test.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
function test_gateway {
for i in {1..100}