mirror of
https://github.com/openfaas/faas.git
synced 2025-06-14 11:16:47 +00:00
11 lines
258 B
Markdown
11 lines
258 B
Markdown
Building:
|
|
|
|
```
|
|
# docker service rm hubstats ; docker service create --network=functions --name=hubstats alexellis2/dockerhub-stats
|
|
```
|
|
|
|
Query the function through the gateway:
|
|
|
|
```
|
|
# curl -X POST -d "alexellis2" -v http://localhost:8080/function/hubstats
|
|
``` |