mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
When one wants to remove an image no longer needed (as in the subsequent example w.r.t. nginx), but still used by a stopped container, one would not find that container using only `docker ps`. Introduction of `docker ps -a` seems warranted to me here.