I fixed the issue guys: Create a `/etc/docker/dae...
# ask-questions
m
I fixed the issue guys: Create a
/etc/docker/daemon.json
file with this content:
Copy code
{
  "dns": [
    "8.8.8.8",
    "8.8.4.4"
  ]
}
and restart the docker service:
Copy code
sudo service docker restart