Skip to content

Commit 773aa07

Browse files
slice4eroot
andauthored
delete the stopped container by default at tear down (#96)
Co-authored-by: root <[email protected]>
1 parent c5e80aa commit 773aa07

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__runner__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__runner__/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def process_self_contained_coordinator_stream(
387387
"mode": "rw",
388388
},
389389
},
390-
auto_remove=False,
390+
auto_remove=True,
391391
privileged=True,
392392
working_dir=benchmark_tool_workdir,
393393
command=benchmark_command_str,

0 commit comments

Comments
 (0)