yum update
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce --nobest
systemctl enable --now docker
systemctl status docker
安装 Docker on AlmaLinux 8
·
更多推荐
yum update
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce --nobest
systemctl enable --now docker
systemctl status docker
更多推荐
所有评论(0)