centos使用yum下载即可
1.搜索docker
yum search docker
2.安装docker
yum install -y docker
3.启动docker
systemctl start docker
4.启动helloWord镜像
docker run hello-world
centos使用yum下载即可
1.搜索docker
yum search docker
2.安装docker
yum install -y docker
3.启动docker
systemctl start docker
4.启动helloWord镜像
docker run hello-world
本文标题:1.centos下安装docker
本文链接:https://www.haomeiwen.com/subject/faisqftx.html
网友评论