猫言猫语

严以律己·宽以待人·自强不息·知行合一

CentOS 7 安装 Docker 20.10.2

| CentOS 7 安装 Docker 20.10.2已关闭评论

yum install -y yum-utils
yum-config-manager \
  --add-repo \
  https://download.docker.com/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
docker run hello-world

评论已关闭。