Docker System Prune
docker system prune
This command will remove unused data which includes below:
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all build cache
The basic usage is:
docker system prune
docker system prune
This command will remove unused data which includes below:
The basic usage is:
docker system prune
This article needs improvement. You can help improve this article. You can also write similar articles and help the community.