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

  1. try restarting boot2docker

    boot2docker restart

  2. ssh boot2docker boot2docker ssh , see if docker process running ps aux | grep -i '/usr/local/bin/docker -d -d' | grep -v grep

  3. can docker pull nginx inside boot2docker? test if docker daemon functional inside boot2docker vm

  4. check if docker daemon unix socket file exists inside boot2docker vm ls /var/run/docker.sock

these steps should figure out whats wrong.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -