Delete README.md

This commit is contained in:
Alex Ellis 2017-04-26 09:46:13 +01:00 committed by GitHub
parent 01bd55eec9
commit 564ef7b6b1

View File

@ -1,11 +0,0 @@
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
```