Skip to content

Instantly share code, notes, and snippets.

@dmarquezbh
Created January 14, 2014 23:54
Show Gist options
  • Save dmarquezbh/8428312 to your computer and use it in GitHub Desktop.
Save dmarquezbh/8428312 to your computer and use it in GitHub Desktop.
error pulling shipyard from docker repositories
SHIPYARD=$(docker run \
-name shipyard \
-p 8005:8000 \
-d \
shipyard/shipyard \
-e http_proxy=http://192.168.230.229:809 \
-e https_proxy=http://192.168.230.229:809 )
2014/01/14 23:52:57 POST /v1.8/containers/create?name=shipyard
[/var/lib/docker|a8522481] +job create(shipyard)
No such image: shipyard/shipyard (tag: latest)[/var/lib/docker|a8522481] -job create(shipyard) = ERR (1)
[error] api.go:1064 Error: create: No such image: shipyard/shipyard (tag: latest)
[error] api.go:87 HTTP Error: statusCode=404 create: No such image: shipyard/shipyard (tag: latest)
Unable to find image 'shipyard/shipyard' (tag: latest) locally
2014/01/14 23:52:57 POST /v1.8/images/create?fromImage=shipyard%2Fshipyard&tag=
Repository shipyard/shipyard already being pulled by another client. Waiting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment