How to remove old Docker containers

This question is related to Should I be concerned about excess, non-running, Docker containers?.

I’m wondering how to remove old containers. The docker rm 3e552code34a lets you remove a single one, but I have lots already. docker rm --help doesn’t give a selection option (like all, or by image name).

Maybe there is a directory in which these containers are stored where I can delete them easily manually?

6
65

Leave a Comment