码迷,mamicode.com
首页 > 其他好文 > 详细

centos 8 docker-ce 安装

时间:2020-01-03 10:30:32      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:ges   问题   ror   直接   ack   lin   class   contain   containe   

原文:centos 8 docker-ce 安装

https://www.techrepublic.com/article/a-better-way-to-install-docker-on-centos-8/
https://linuxconfig.org/how-to-install-docker-in-rhel-8
https://yq.aliyun.com/articles/110806

centos8目前直接安装会提示containerd.io版本不支持的问题,此时可以通过--nobest选项安装,不过最好还是先装好高版本的containerd.io再装docker-ce
centos8目前还有dns映射与firewalld不兼容的问题

dnf config-manager --add-repo=http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
dnf install https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm
dnf install docker-ce

centos 8 docker-ce 安装

标签:ges   问题   ror   直接   ack   lin   class   contain   containe   

原文地址:https://www.cnblogs.com/lonelyxmas/p/12143446.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!