centos
系统要求CentOS 7以上Docker客户端版本大于1.10.0
##使用腾讯云镜像加速器
[root@VM-0-5-centos ~]# mkdir -p /etc/docker
[root@VM-0-5-centos ~]# tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": [
"https://mirror.ccs.tencentyun.com",
"https://hub-mirror.c.163.com",
"https://mirror.baidubce.com"
]
}
EOF
[root@VM-0-5-centos ~]# systemctl daemon-reload
[root@VM-0-5-centos ~]# systemctl restart docker