码迷,mamicode.com
首页 > 其他好文 > 详细

[Docker] Prune Old Unused Docker Containers and Images

时间:2017-04-25 22:22:16      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:not   blog   volume   als   ges   can   vol   any   and   

In this lesson, we will look at docker container prune to remove old docker containers. We can also use docker system prune to clean up any containers, images, volumes, and networks all in one command.

 

This will remove all containers that are not currently running. 

docker container prune

 

The same as images:

docker image prune

 

You can also use:

docker system prune

to clean volumes, images, and containers.

Use docker system prune -a to remove not only all dangled images, but all unused images as well.

docker system prune -a

 

[Docker] Prune Old Unused Docker Containers and Images

标签:not   blog   volume   als   ges   can   vol   any   and   

原文地址:http://www.cnblogs.com/Answer1215/p/6764387.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!