mirror of
https://github.com/moby/moby.git
synced 2026-07-05 14:18:25 +00: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>