Skip to content

Commit a5c08cb

Browse files
author
Martin Dimitrov
committed
change the auto-remove to True, so that we dont accumulate un-used containers
1 parent 442f636 commit a5c08cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def process_self_contained_coordinator_stream(
616616
"mode": "rw",
617617
},
618618
},
619-
auto_remove=False,
619+
auto_remove=True,
620620
privileged=True,
621621
working_dir=benchmark_tool_workdir,
622622
command=benchmark_command_str,

0 commit comments

Comments
 (0)