Skip to content
kamack38 edited this page Oct 13, 2024 · 2 revisions

Docker

Useful commands

Remove any stopped containers, volumes and all unused images

docker system prune -a

Remove all unused local volumes. Unused local volumes are those which are not referenced by any containers

docker volume prune -f
Clone this wiki locally