79363509

Date: 2025-01-17 02:59:15
Score: 1
Natty:
Report link

For WSL :

ps aux | grep dockerd

This will give you the daemon.json path, for me it was --config-file=/var/snap/docker/2963/config/daemon.json

Then add the

{
    "insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}

and restart wsl.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: abugeia