Known issues
ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?
# Solution
sudo service docker startdocker Err http://deb.debian.org Jessie InRelease
# sudo vim /etc/docker/daemon.json
{
"dns": ["8.8.8.8", "8.8.4.4"]
}sudo service docker restartDocker build “Could not resolve ‘archive.ubuntu.com’” apt-get fails to install anything
sudo docker build --network=host -t my-docker-image .. Step 1: SSH into the Hyperglance Instance/VM
Step 2: edit /etc/docker/daemon.json
Step 3: Restart Docker
Step 4: Check the routing table
Could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
Last updated