mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Update HACK.md in accordance with #454
Signed-off-by: Javier Revillas <jrevillas@massivedynamic.io>
This commit is contained in:
parent
87aef34cd6
commit
b7b7e37dae
@ -41,7 +41,8 @@ Now you can run the gateway as its own container via `docker run` and bind-mount
|
||||
|
||||
```
|
||||
$ docker service rm func_gateway
|
||||
$ docker run --name func_gateway -v `pwd`/gateway/assets:/root/assets \
|
||||
$ docker run --name func_gateway -e "functions_provider_url=http://faas-swarm:8080/" \
|
||||
-v `pwd`/gateway/assets:/home/app/assets \
|
||||
-v "/var/run/docker.sock:/var/run/docker.sock" \
|
||||
-p 8080:8080 --network=func_functions \
|
||||
-d functions/gateway:latest-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user