zhuangjie
ZhuangJie
摘要: # 保存当前运行中的镜像到一个临时文件 docker ps --format "{{.Image}}" | sort | uniq > /tmp/used_images.txt # 遍历本地所有镜像 for image_id in $(docker images -q | uniq); do # 拿 阅读全文
posted @ 2025-04-28 14:45 zhuangjie 阅读(27) 评论(0) 推荐(0)