安装 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

 

posted @ 2026-04-20 21:04  木子欢儿  阅读(7)  评论(0)    收藏  举报