mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Update DIND
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
d127dc7cb0
commit
d9d73dff16
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
docker rm -f faas
|
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
|
./test.sh
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
function test_gateway {
|
function test_gateway {
|
||||||
for i in {1..100}
|
for i in {1..100}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user