标签:存储 class color none 系统 div images 常用 image
1. 清理docker无tag的镜像
docker rmi -f $(docker images | grep ‘<none>‘ | tr -s ‘ ‘ | cut -d ‘ ‘ -f 3)
2.docker系统存储信息
docker system df
标签:存储 class color none 系统 div images 常用 image
原文地址:https://www.cnblogs.com/stealth7/p/11926187.html