Skip to content

Instantly share code, notes, and snippets.

@dhrp
Created June 28, 2013 20:56
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 dhrp/5888038 to your computer and use it in GitHub Desktop.
Save dhrp/5888038 to your computer and use it in GitHub Desktop.
FROM ubuntu (None)
404 Client Error: Not Found
Traceback (most recent call last):
File "/home/highland_staging/env/local/lib/python2.7/site-packages/docker/client.py", line 337, in build
method(args)
File "/home/highland_staging/env/local/lib/python2.7/site-packages/docker/client.py", line 422, in cmd_from
img = self.client.inspect_image(name)
File "/home/highland_staging/env/local/lib/python2.7/site-packages/docker/client.py", line 178, in inspect_image
return self._result(self.get(self._url("/images/{0}/json".format(image_id))), True)
File "/home/highland_staging/env/local/lib/python2.7/site-packages/docker/client.py", line 37, in _result
self._raise_for_status(response)
File "/home/highland_staging/env/local/lib/python2.7/site-packages/docker/client.py", line 33, in _raise_for_status
raise HTTPError(http_error_msg, response=response)
HTTPError: 404 Client Error: Not Found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment