标签: docker redhat docker-registry rhel7 docker-ce
我在 RedHat Enterprise Linux 7.5 上使用 Docker-CE ,我想设置注册表镜像。
该服务由systemctl start docker命令运行。
systemctl start docker
我在daemon.json创建了一个/etc/docker文件,其中包含以下内容:
daemon.json
/etc/docker
{ "registry-mirrors": ["http://example.registry.net:5000"] }
但它不起作用。