mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 17:23:25 +00:00
Node info example
This commit is contained in:
2
sample-functions/NodeInfo/oneshot.txt
Normal file
2
sample-functions/NodeInfo/oneshot.txt
Normal file
@ -0,0 +1,2 @@
|
||||
docker build -t nodeinfo . ; docker service rm NodeInfo ; docker service create --network=functions --name NodeInfo nodeinfo
|
||||
|
Reference in New Issue
Block a user