Forrest logo
back to the docker tool

docker:ai:ffde4

How to delete all of docker
$ docker system prune -a --volumes --force
try on your machine

This command will remove all unused docker images, containers, networks, and volumes from your system, freeing up disk space

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to delete all of docker?
back to the docker tool