fix minor things v2

This commit is contained in:
pvizeli 2017-04-04 14:17:55 +02:00
parent db412c89ca
commit 82493f0fa6

View File

@ -65,7 +65,7 @@ class DockerBase(object):
Return a Future.
"""
return self.loop.run_in_executor(None, self._is_running)
return self.loop.run_in_executor(None, self._exists)
def _exists(self):
"""Return True if docker image exists in local repo.