mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Fix
This commit is contained in:
@@ -49,6 +49,7 @@ class TrackedContainer(object):
|
|||||||
**kwargs: dict, optional
|
**kwargs: dict, optional
|
||||||
Default keyword arguments to pass to docker.DockerClient.containers.run
|
Default keyword arguments to pass to docker.DockerClient.containers.run
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, docker_client, image_name, **kwargs):
|
def __init__(self, docker_client, image_name, **kwargs):
|
||||||
self.container = None
|
self.container = None
|
||||||
self.docker_client = docker_client
|
self.docker_client = docker_client
|
||||||
|
Reference in New Issue
Block a user