NullGator@lemmy.catoSelfhosted@lemmy.world•How Do I Completely Remove A Docker Container And All Dependencies?English
15·
9 months agorm the container, then run docker system prune -a
. This will remove all unused docker images, containers, networks, volumes, etc.
Glad to help :)