Skip to content
Snippets Groups Projects
Commit 0f695fec authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update troubleshooting.md

parent 7b300ce1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment