I fixed the issue guys: Create a `/etc/docker/daemon.json` file with this content: ```{ "dns": ["...
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