Saturday, June 13, 2020

Docker remove Unused Objects | Containers, Images, Tags and Networks

Docker is isolated containers from the base operating system , But docker runs lightweight operating system on each container which eventually consumes more disk space.

In order to use the system efficiently, Docker memory management becomes more significant. Here is the command to delete docker unused components and helps to revoke significant disk space  .


$ docker system prune


Image result for docker

No comments: