Commit 2418c50b authored by Ayaz Salikhov's avatar Ayaz Salikhov

Fix

parent 234dd429
......@@ -49,6 +49,7 @@ class TrackedContainer(object):
**kwargs: dict, optional
Default keyword arguments to pass to docker.DockerClient.containers.run
"""
def __init__(self, docker_client, image_name, **kwargs):
self.container = None
self.docker_client = docker_client
......
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