What Is Docker Prune?
What Is Docker Prune? The basic usage of the command docker system prune is Remove unused data. Removes all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes. Is it safe to run docker prune? The docker volume prune command will remove all volumes that are not used by at least one container.