Carry 11441: fix docker ps help message
| ... | ... |
@@ -1554,6 +1554,8 @@ The filtering flag (`-f` or `--filter)` format is a `key=value` pair. If there i |
| 1554 | 1554 |
than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`) |
| 1555 | 1555 |
|
| 1556 | 1556 |
Current filters: |
| 1557 |
+ * id (container's id) |
|
| 1558 |
+ * name (container's name) |
|
| 1557 | 1559 |
* exited (int - the code of exited containers. Only useful with '--all') |
| 1558 | 1560 |
* status (restarting|running|paused|exited) |
| 1559 | 1561 |
|