mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Clarify container.remove() behaviour (#2235)
This commit is contained in:
@@ -39,9 +39,8 @@ class DockerRunner:
|
||||
) -> None:
|
||||
assert self.container is not None
|
||||
LOGGER.info(f"Removing container {self.container.name} ...")
|
||||
if self.container:
|
||||
self.container.remove(force=True)
|
||||
LOGGER.info(f"Container {self.container.name} removed")
|
||||
self.container.remove(force=True)
|
||||
LOGGER.info(f"Container {self.container.name} removed")
|
||||
|
||||
@staticmethod
|
||||
def run_simple_command(
|
||||
|
Reference in New Issue
Block a user