Skip to content

Instantly share code, notes, and snippets.

@abinashmeher999
Created February 1, 2015 14:42
Show Gist options
  • Save abinashmeher999/22d2b64e51b5b824f581 to your computer and use it in GitHub Desktop.
Save abinashmeher999/22d2b64e51b5b824f581 to your computer and use it in GitHub Desktop.
Error while testing the installation of docker
abinashmeher999@JARVIS:~$ sudo docker run -i -t ubuntu /bin/bash
[sudo] password for abinashmeher999:
Unable to find image 'ubuntu:latest' locally
Pulling repository ubuntu
FATA[0000] Get https://index.docker.io/v1/repositories/library/ubuntu/images: dial tcp 162.242.195.84:443: connection refused
abinashmeher999@JARVIS:~$ sudo -E docker run -i -t ubuntu /bin/bash
Unable to find image 'ubuntu:latest' locally
Pulling repository ubuntu
FATA[0000] Get https://index.docker.io/v1/repositories/library/ubuntu/images: dial tcp 162.242.195.84:443: connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment