File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ async def unlock(
34
34
35
35
ret = await run_shell (
36
36
"docker run"
37
+ " --rm"
37
38
" --add-host ectf-net:host-gateway"
38
39
f" -v { image } .{ name } .tools.vol:/tools_out:ro"
39
40
" --workdir=/tools_out"
@@ -65,6 +66,7 @@ async def pair(
65
66
66
67
ret = await run_shell (
67
68
"docker run"
69
+ " --rm"
68
70
" --add-host ectf-net:host-gateway"
69
71
f" -v { image } .{ name } .tools.vol:/tools_out:ro"
70
72
" --workdir=/tools_out"
@@ -97,6 +99,7 @@ async def package(
97
99
98
100
ret = await run_shell (
99
101
"docker run"
102
+ " --rm"
100
103
" --add-host ectf-net:host-gateway"
101
104
f" -v { image } .{ name } .{ deployment } .secrets.vol:/secrets"
102
105
f" -v { image } .{ name } .tools.vol:/tools_out:ro"
@@ -131,6 +134,7 @@ async def enable(
131
134
132
135
ret = await run_shell (
133
136
"docker run"
137
+ " --rm"
134
138
" --add-host ectf-net:host-gateway"
135
139
f" -v { image } .{ name } .tools.vol:/tools_out:ro"
136
140
" --workdir=/tools_out"
You can’t perform that action at this time.
0 commit comments