mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Minor improvements
This commit is contained in:
@@ -78,8 +78,8 @@ class TrackedContainer:
|
||||
self.kwargs: Any = kwargs
|
||||
|
||||
def run_detached(self, **kwargs: Any) -> Container:
|
||||
"""Runs a docker container using the preconfigured image name
|
||||
and a mix of the preconfigured container options and those passed
|
||||
"""Runs a docker container using the pre-configured image name
|
||||
and a mix of the pre-configured container options and those passed
|
||||
to this method.
|
||||
|
||||
Keeps track of the docker.Container instance spawned to kill it
|
||||
|
Reference in New Issue
Block a user