Hi,
I’m having problem with setting private registry in rancheros v0.7.0.
This is my cloud config:
[root@psprancheros06 ~]# ros config export
hostname: psprancheros06.example.com
rancher:
console: centos
docker:
args:
- daemon
- --insecure-registry
- regd.example.com
And this is the “docker info” output:
Insecure Registries:
127.0.0.0/8
Once I do “ros os upgrade -i rancher/os:v0.6.1” and reboot, everything works fine.
Can you tell me what am I doing wrong?
Thanks