Public Access
DEVX-1: Extract reusable dev/CI tools from GRM into devx package #1
@@ -48,7 +48,7 @@ def start_docker_daemon(timeout: int = DEFAULT_TIMEOUT) -> bool:
|
||||
click.echo(_("Starting Docker daemon..."))
|
||||
log_file = open(DOCKERD_LOG, "w") # noqa: SIM115
|
||||
subprocess.Popen( # nosec B603 B607
|
||||
["dockerd"],
|
||||
["dockerd", "--storage-driver", "vfs"],
|
||||
stdout=log_file,
|
||||
stderr=subprocess.STDOUT,
|
||||
start_new_session=True,
|
||||
|
||||
Reference in New Issue
Block a user