美文网首页
1.centos下安装docker

1.centos下安装docker

作者: a68202ac066c | 来源:发表于2018-03-26 14:42 被阅读6次

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