Minor improvements

This commit is contained in:
Ayaz Salikhov
2023-11-21 13:17:33 +01:00
parent d53e39763d
commit 0a75e3d3a6
14 changed files with 24 additions and 24 deletions

View File

@@ -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