Added link to docker ps documentation

Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
This commit is contained in:
Joir-dan Gumbs 2016-04-19 23:19:55 -07:00
parent 923536a168
commit 1c8ce07785
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ non-running ones
- `before` (str): Only containers created before a particular container. Give the container name or id.
- `since` (str): Only containers created after a particular container. Give container name or id.
A comprehensive list can be found [here](https://docs.docker.com/engine/reference/commandline/ps/)
**Returns** (dict): The system's containers
```python