mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Auto-delete test containers
This commit is contained in:
parent
a9f1a5195a
commit
17f422c1b7
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ def dockerised_server(name, container_port, exposed_port):
|
||||||
[
|
[
|
||||||
"docker",
|
"docker",
|
||||||
"run",
|
"run",
|
||||||
|
"--rm",
|
||||||
"--detach",
|
"--detach",
|
||||||
"--publish",
|
"--publish",
|
||||||
f"{exposed_port}:{container_port}",
|
f"{exposed_port}:{container_port}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue