安装 docker

yum install -y yum-utils device-mapper-persistent-data lvm2

sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

yum list docker-ce --showduplicates | sort -r

yum install docker-ce

systemctl start docker

systemctl enable docker
posted @ 2024-11-05 10:46  下一个彭于晏  阅读(2)  评论(0编辑  收藏  举报