Created
June 28, 2013 20:56
-
-
Save dhrp/5888038 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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