Docker compose deb.debian.org
Can't access or get a timeout using Docker while trying to apt-get deb.debian.org
I was banging my head for such a long time with this.
The solution...
On your host machine running Docker, run:
vim /etc/docker/daemon.json
If the file doesn't exist add this:
{
"mtu": 1400
}
Save
Run:
sudo systemctl restart docker
Now try running docker-compose
The solution...
On your host machine running Docker, run:
vim /etc/docker/daemon.json
If the file doesn't exist add this:
{
"mtu": 1400
}
Save
Run:
sudo systemctl restart docker
Now try running docker-compose