mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 12:16:47 +00:00
Delete README.md
This commit is contained in:
parent
6361108ffd
commit
c3c3bcf7b7
@ -1,17 +0,0 @@
|
||||
* Build the watchdog app which outputs fwatchdog
|
||||
|
||||
* Copy fwatchdog to the directory of each function you want to build.
|
||||
|
||||
* Create a service for each function:
|
||||
|
||||
```
|
||||
# docker build -t catservice .
|
||||
# docker service rm catservice ; docker service create --network=functions --name catservice catservice
|
||||
```
|
||||
|
||||
* Consume it like this:
|
||||
|
||||
```
|
||||
# curl -X POST -d @$HOME/.ssh/id_rsa.pub -H "X-Function: catservice" localhost:8080/
|
||||
ssh-rsa AAAAB3NzaC1yc2....
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user