Kaydet (Commit) f82506e9 authored tarafından shin-'s avatar shin-

Merge branch 'master' of https://github.com/dotcloud/docker-py

......@@ -241,9 +241,6 @@ class Client(requests.Session):
def create_container_from_config(self, config):
u = self._url("/containers/create")
res = self._post_json(u, config)
if res.status_code == 404:
self._raise_for_status(res, explanation="{0} is an unrecognized image. Please pull the "
"image first.".format(config['Image']))
return self._result(res, True)
def diff(self, container):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment