mirror of
https://github.com/openfaas/faas.git
synced 2025-06-11 09:46:48 +00:00
Update troubleshooting.md
This commit is contained in:
parent
7b300ce1f9
commit
0f695fecb0
@ -20,13 +20,13 @@ $ docker service ls
|
||||
### Find a function's logs
|
||||
|
||||
```
|
||||
$ docker swarm logs --tail 100 <function>
|
||||
$ docker service logs --tail 100 <function>
|
||||
```
|
||||
|
||||
### Find out if a function failed to start
|
||||
|
||||
```
|
||||
$ docker swarm ps --no-trunc=true <function>
|
||||
$ docker service ps --no-trunc=true <function>
|
||||
```
|
||||
|
||||
### Stop and remove OpenFaaS
|
||||
|
Loading…
x
Reference in New Issue
Block a user