环境:centos7
docker
日期准确
关闭防火墙
安装docker
创建
vim /etc/docker/daemon.json
{
"registry-mirrors": [ "https://registry.docker-cn.com"]
}
安装rancher
docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
环境:centos7docker日期准确关闭防火墙安装docker创建vim /etc/docker/daemon.json{ "registry-mirrors": [ "https://registry.docker-cn.com"]}安装rancherdocker run -d --resta...
环境:centos7
docker
日期准确
关闭防火墙
安装docker
创建
vim /etc/docker/daemon.json
{
"registry-mirrors": [ "https://registry.docker-cn.com"]
}
安装rancher
docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
更多推荐
所有评论(0)