添加定时任务,批量删除tag 为none 的镜像  ,释放磁盘空间

 



[root@weifeng]:~# crontab -l
00 */4 * * * /usr/bin/docker rmi `docker images|grep none| awk '{print $3}'`