centos 8 docker-ce 安装
Posted lonelyxmas
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 8 docker-ce 安装相关的知识,希望对你有一定的参考价值。
原文: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 安装的主要内容,如果未能解决你的问题,请参考以下文章