

























部署 docker 安装出现 ERROR: Unsupported distribution ‘ol’
1dnf install -y dnf-utils zip unzip
2dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
1dnf remove -y runc
2dnf install -y docker-ce --nobest
1systemctl enable docker.service
2systemctl start docker.service
1#检查
2systemctl status docker.service
3docker info
4docker version
该问题主要是 oracle 没有支持依赖导致的~oracle 还是很不错的~
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。