mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user