Hi Folks, I configured an insecure registry in `/e...
# rancher-desktop
r
Hi Folks, I configured an insecure registry in
/etc/conf.d/docker
like this
Copy code
DOCKER_OPTS="--host=unix:///var/run/docker.sock --host=unix:///var/run/docker.sock.raw --insecure-registry=somehost:30123 ${DOCKER_OPTS:-}"
This change does however not survive ranger-desktop restarts. How can I make it so?
w