Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created November 6, 2013 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstrachan/78dff211be18ce62103f to your computer and use it in GitHub Desktop.
Save jstrachan/78dff211be18ce62103f to your computer and use it in GitHub Desktop.
jstrachan:/java-workspace/docker-relateiq/bin$ devenv start
Unable to find image 'server:4444/zookeeper' (tag: latest) locally
2013/11/06 10:18:19 Invalid Registry endpoint: Get http://server:4444/v1/_ping: dial tcp 92.242.132.15:4444: i/o timeout
jstrachan:/java-workspace/docker-relateiq/bin$ devenv ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.8.0-32-generic x86_64)
* Documentation: https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
vagrant@precise64:~$ sudo docker ps
ID IMAGE COMMAND CREATED STATUS PORTS NAMES
vagrant@precise64:~$ cd /vagrant/bin
vagrant@precise64:/vagrant/bin$ ./devenv-inner.sh start
2013/11/06 10:19:30 dial unix /var/run/docker.sock: permission denied
vagrant@precise64:/vagrant/bin$ sudo ./devenv-inner.sh start
Unable to find image 'server:4444/zookeeper' (tag: latest) locally
2013/11/06 10:19:43 Invalid Registry endpoint: Get http://server:4444/v1/_ping: dial tcp 92.242.132.15:4444: i/o timeout
@wsargent
Copy link

wsargent commented Nov 6, 2013

It looks like they have a private repository up called "server", so probably you also need docker-registry installed:

https://github.com/dotcloud/docker-registry

http://docs.docker.io/en/latest/use/workingwithrepository/#private-repositories

@wsargent
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment