mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
It is possible to invoke `docker ps -f status=dead`, but the documentation for docker-ps does not mention `dead` as a valid option. This commit fixes that. Signed-off-by: Kareem Khazem <karkhaz@karkhaz.com>