标签:使用 div logs containe code 搜索 详细信息 repo pos
查看版本
docker version
搜索镜像
docker search 镜像名
拉取镜像
docker pull 镜像名
查看镜像信息
docker images
查看镜像详细信息
docker inspect 镜像名
删除镜像
docker -rmi 镜像
[root@node2 ~]# docker rmi centos
Error response from daemon: conflict: unable to remove repository reference "centos" (must force) - container d071b40b6c2a is using its referenced image 328edcd84f1b
如果报错需先结束镜像运行的容器在删除
也可以使用镜像ID来删除镜像,方法的上面相同
创建镜像
标签:使用 div logs containe code 搜索 详细信息 repo pos
原文地址:http://www.cnblogs.com/wanglan/p/7515477.html