# step 1: 安装必要的一些系统工具
sudo yum install -y yum-utils
# Step 2: 添加软件源信息
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
# Step 3: 安装Docker sudo yum -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin --allowerasing
# Step 4: 开启Docker服务
sudo systemctl enable --now docker.service
相关文章
关键词:
- •kubenets报错The connection to the server localhost:8080 was refused - did you specify the right host o
- •使用docker-drag下载docker镜像,并打包成tar格式
- •kubernets报错The connection to the server 192.168.117.141:6443 was refused - did you specify the right
- •kubectl proxy设置别的机器也可以访问
- •K8S的pod状态为ImagePullBackOff
- •独立安装docker-compose
- •用DOCKER搭建owncloud私人网盘
- •ubuntu安装docker-ce
评论已关闭!