Skip to content

Commit 89767aa

Browse files
committed
Set autoremove to tru
1 parent ca41ef7 commit 89767aa

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__builder__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__builder__/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def builder_process_stream(
430430
volumes={
431431
redis_temporary_dir: {"bind": "/mnt/redis/", "mode": "rw"},
432432
},
433-
auto_remove=False,
433+
auto_remove=True,
434434
privileged=True,
435435
working_dir="/mnt/redis/",
436436
command=build_command,

0 commit comments

Comments
 (0)