I want to enable Docker Api and one of steps is to add
"hosts": [
"unix:///var/run/docker.sock",
"tcp://127.0.0.1:2375"
]
to ~/.docker/daemon.json file, but after that, Docker engine won’t start.
If I remove those lines from daemon.json, engine works.
What is the solution for this in case of macOs ? I found some solutions for Linux systems, but those don’t really apply for my situation.
1