Centos 7 docker的安装与卸载

docker

1 docker的安装

第一步:安装docker命令

yum install docker

Docker 安装后 报 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 解决办法

第二步:去远程拉取centos的镜像

docker pull centos:7

第三步:查看镜像

docker images

卸载:
Centos 7 如何卸载docker

发布了38 篇原创文章 · 获赞 5 · 访问量 921

猜你喜欢

转载自blog.csdn.net/spring_zhangH/article/details/103950709