We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923536a commit 1c8ce07Copy full SHA for 1c8ce07
docs/api.md
@@ -154,6 +154,8 @@ non-running ones
154
- `before` (str): Only containers created before a particular container. Give the container name or id.
155
- `since` (str): Only containers created after a particular container. Give container name or id.
156
157
+ A comprehensive list can be found [here](https://docs.docker.com/engine/reference/commandline/ps/)
158
+
159
**Returns** (dict): The system's containers
160
161
```python
0 commit comments