79454174

Date: 2025-02-20 10:40:03
Score: 1
Natty:
Report link

It managed to find workaround for it by creating the file /etc/docker/daemon.json and adding the insecure-registry

{
    "insecure-registries" : [ "registry.xxx.com:5001" ]
}

Then reload the services:

#sudo systemctl daemon-reload
#systemctl restart snap.docker.dockerd.service
#systemctl status snap.docker.dockerd.service
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Moutaz1983