mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 21:06:54 +00:00
2 lines
125 B
Plaintext
2 lines
125 B
Plaintext
docker build -t nodeinfo . ; docker service rm NodeInfo ; docker service create --network=functions --name NodeInfo nodeinfo
|