mirror of https://github.com/docker/docker-py.git
Added link to docker ps documentation
Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
This commit is contained in:
parent
923536a168
commit
1c8ce07785
|
@ -154,6 +154,8 @@ non-running ones
|
||||||
- `before` (str): Only containers created before a particular container. Give the container name or id.
|
- `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.
|
- `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
|
**Returns** (dict): The system's containers
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue