We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8daea commit 53ebc8dCopy full SHA for 53ebc8d
script/run-docker-container/customize.py
@@ -70,7 +70,7 @@ def preprocess(i):
70
}
71
72
if len(out) > 0 and str(env.get('CM_DOCKER_REUSE_EXISTING_CONTAINER',
73
- '')).lower() in ["1", "true", "yes"]: # container exists
+ '')).lower() in ["1", "true", "yes"]: # container exists
74
out_json = json.loads(out)
75
existing_container_id = out_json[0]['Id']
76
print(f"Reusing existing container {existing_container_id}")
0 commit comments