Skip to content

Commit 1c8ce07

Browse files
committed
Added link to docker ps documentation
Signed-off-by: Joir-dan Gumbs <[email protected]>
1 parent 923536a commit 1c8ce07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ non-running ones
154154
- `before` (str): Only containers created before a particular container. Give the container name or id.
155155
- `since` (str): Only containers created after a particular container. Give container name or id.
156156

157+
A comprehensive list can be found [here](https://docs.docker.com/engine/reference/commandline/ps/)
158+
157159
**Returns** (dict): The system's containers
158160

159161
```python

0 commit comments

Comments
 (0)