|
@@ -55,7 +55,7 @@ The currently supported filters are:
|
|
* label (`label=<key>` or `label=<key>=<value>`)
|
|
* label (`label=<key>` or `label=<key>=<value>`)
|
|
* name (container's name)
|
|
* name (container's name)
|
|
* exited (int - the code of exited containers. Only useful with `--all`)
|
|
* exited (int - the code of exited containers. Only useful with `--all`)
|
|
-* status (created|restarting|running|paused|exited)
|
|
|
|
|
|
+* status (created|restarting|running|paused|exited|dead)
|
|
* ancestor (`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`) - filters containers that were created from the given image or a descendant.
|
|
* ancestor (`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`) - filters containers that were created from the given image or a descendant.
|
|
* isolation (default|process|hyperv) (Windows daemon only)
|
|
* isolation (default|process|hyperv) (Windows daemon only)
|
|
|
|
|
|
@@ -109,7 +109,7 @@ that have exited successfully:
|
|
|
|
|
|
#### Status
|
|
#### Status
|
|
|
|
|
|
-The `status` filter matches containers by status. You can filter using `created`, `restarting`, `running`, `paused` and `exited`. For example, to filter for `running` containers:
|
|
|
|
|
|
+The `status` filter matches containers by status. You can filter using `created`, `restarting`, `running`, `paused`, `exited` and `dead`. For example, to filter for `running` containers:
|
|
|
|
|
|
$ docker ps --filter status=running
|
|
$ docker ps --filter status=running
|
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|