This message was deleted.
# rancher-desktop
a
This message was deleted.
f
You can edit
/etc/conf.d/docker
inside the VM (while Rancher Desktop is running):
Copy code
rdctl shell sudo vi /etc/conf.d/docker
Edit the
DOCKER_OPTS
line to define your insecure registry:
Copy code
DOCKER_OPTS="--insecure-registry=insecure.home:80"
Save the file, and then restart Rancher Desktop. Then the registry should be configured:
Copy code
$ docker info | grep -A 3 "Insecure Registries"
 Insecure Registries:
  insecure.home:80
  127.0.0.0/8
 Live Restore Enabled: false
You will have to redo the configuration if you do a "Factory Reset" because it will delete the whole VM
b
Worked like a charm ! Thank you very much !
233 Views