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

Docker中images中none的镜像删除

时间:2017-02-05 15:31:56      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:镜像   nbsp   创建   size   uil   bsp   glin   lin   更新   

docker build 或是 pull 命令就会产生临时镜像。如果我们用dockerfile创建一个helloworld镜像后,因为版本更新需要重新创建,那么以前那个版本的镜像就会
成为临时镜像。这个是需要删除的。删除命令见下。

sudo docker rmi $(sudo docker images -f "dangling=true" -q)

Docker中images中none的镜像删除

标签:镜像   nbsp   创建   size   uil   bsp   glin   lin   更新   

原文地址:http://www.cnblogs.com/ilinuxer/p/6367487.html

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