Comment on How Do I Completely Remove A Docker Container And All Dependencies?

NullGator@lemmy.ca ⁨4⁩ ⁨months⁩ ago

rm the container, then run docker system prune -a. This will remove all unused docker images, containers, networks, volumes, etc.

source
Sort:hotnewtop