docker #
安装 #
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker
sudo docker run hello-world
参考:https://docs.docker.com/engine/install/centos/
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。