跳到主要内容

镜像列表

镜像列表

mvn-测试镜像:

docker.io/zhanglaiqiang/mvn:v3.6.3-sleep

git remote add origin http:///root/springboot-helloworld.git

gitlab.kube-ops.svc.cluster.local/root/springboot-helloworld.git

http://git.qikqiak.com/root/springboot-helloworld.git

http://git.qikqiak.com/root/springboot-helloworld.git

git remote add origin http://gitlab.kube-ops.svc.cluster.local/root/springboot-helloworld.git

镜像清理

与清理相关,最常用的,当属<none>了
docker images --filter "dangling=true"
这条命令,可以列出所有悬挂(dangling)的镜像,也就是显示为<none>的那些
docker rmi $(docker images -qf "dangling=true")