Skip to content
Snippets Groups Projects
Commit 7accaaf2 authored by Philip ABBET's avatar Philip ABBET
Browse files

Fix the execution on OS X

parent 38c67e15
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ class Host(object):
def setup(self, raise_on_errors=True):
self.kwargs.update(**docker.utils.kwargs_from_env(assert_hostname=False))
self.client = docker.Client(**self.kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment