Skip to content

Instantly share code, notes, and snippets.

@dhrp
Created November 15, 2013 20:56
Show Gist options
  • Save dhrp/7491438 to your computer and use it in GitHub Desktop.
Save dhrp/7491438 to your computer and use it in GitHub Desktop.
Docker build from private repo
thatcher@blue1:~/Develop/tmp$ git clone [email protected]:dhrp/rectangle.im.git
Cloning into 'rectangle.im'...
remote: Counting objects: 65, done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 65 (delta 14), reused 62 (delta 11)
Receiving objects: 100% (65/65), 24.72 KiB, done.
Resolving deltas: 100% (14/14), done.
thatcher@blue1:~/Develop/tmp$ docker build git://github.com:dhrp/rectangle.im.git
2013/11/15 20:56:16 Error: Error trying to use git: exit status 128 (fatal: unable to connect to github.com:
github.com: Servname not supported for ai_socktype
Cloning into '/tmp/docker-build-git559638911'...
)
thatcher@blue1:~/Develop/tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment