Error Pulling private docker repository from mac Boot2Docker -
from mac, install boot2docker , seems work well... when try pull remote private repository using following command: sudo docker pull xxxx/yyyy error message: fata[0000] post http:///var/run/docker.sock/v1.16/images/create?fromimage=xxxx%2fdev%3alatest: dial unix /var/run/docker.sock: no such file or directory
when try using command docker pull xxxx/yyyy got error message: pulling repository xxxx/yyyy fata[0000] error: image xxxx/yyyy:latest not found
can experiment error message mac boot2docker ? yes please let me know how fix it.
thanks.
troubleshooting steps
try restarting boot2docker
boot2docker restart
ssh boot2docker
boot2docker ssh
, see if docker process runningps aux | grep -i '/usr/local/bin/docker -d -d' | grep -v grep
can
docker pull nginx
inside boot2docker? test if docker daemon functional inside boot2docker vmcheck if docker daemon unix socket file exists inside boot2docker vm
ls /var/run/docker.sock
these steps should figure out whats wrong.
Comments
Post a Comment