Skip to content
Snippets Groups Projects
Commit d9d73dff authored by Alex Ellis's avatar Alex Ellis
Browse files

Update DIND


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent d127dc7c
No related branches found
No related tags found
No related merge requests found
#!/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
......
#!/bin/sh
#!/bin/bash
function test_gateway {
for i in {1..100}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment