File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,13 @@ non-running ones
148
148
- ` exited ` (int): Only containers with specified exit code
149
149
- ` status ` (str): One of ` restarting ` , ` running ` , ` paused ` , ` exited `
150
150
- ` label ` (str): format either ` "key" ` or ` "key=value" `
151
+ - ` id ` (str): The id of the container.
152
+ - ` name ` (str): The name of the container.
153
+ - ` ancestor ` (str): Filter by container ancestor. Format of ` <image-name>[:tag] ` , ` <image-id> ` , or ` <image@digest> ` .
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/ )
151
158
152
159
** Returns** (dict): The system's containers
153
160
You can’t perform that action at this time.
0 commit comments