mirror of https://github.com/docker/docs.git
Add missing close tag for fenced code block
This commit is contained in:
parent
a0e7eb56d0
commit
57542590b3
|
@ -148,6 +148,7 @@ $ docker ps -a --filter 'exited=137'
|
|||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
b3e1c0ed5bfe ubuntu:latest "sleep 1000" 12 seconds ago Exited (137) 5 seconds ago grave_kowalevski
|
||||
a2eb5558d669 redis:latest "/entrypoint.sh redi 2 hours ago Exited (137) 2 hours ago sharp_lalande
|
||||
```
|
||||
|
||||
Any of these events result in a `137` status:
|
||||
|
||||
|
|
Loading…
Reference in New Issue