Summary
The command "docker prune" can be used to remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.
1
It can also be used to free up disk space.
1
Examples of how to use this command can be found in the documentation.
1
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
.
Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.
For example uses of this command, refer to the examples section below.
docker system prune | Docker Documentation
docker.com
docker image prune: Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container.
docker image prune
docker.com
Docker Disk Management. GitHub Gist: instantly share code, notes, and snippets. Instantly share code, notes, and snippets.
Docker Disk Management · GitHub
github.com
docker builder prune: Remove build cache Remove all unused build cache, not just dangling ones
docker builder prune
docker.com
Docker prune is the way to clean up containers, images, volumes and networks on your system. See how to remove unused resources, free up space and unclutter ...
Docker prune explained - usage and examples
takacsmark.com
$ docker system prune WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all dangling images - all build ...
docker system prune | Docker Documentation
docker-docs.netlify.app