aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-02-11 15:24:28 +0100
committerosmith <osmith@sysmocom.de>2022-02-14 07:46:23 +0000
commita0a991f4123b1c09fe420d4fa8d88cc951180895 (patch)
treea30609521a1307f14983469130fab75674054cc0 /systemd
parent45a2b5d817605fe0a7d5ce5207d2cad0d63dde69 (diff)
make/Makefile: always use docker run --rm
Add --rm to the "docker run" line in make/Makefile, and remove it from RUN_ARGS. Related: https://osmocom.org/projects/osmocom-servers/wiki/Docker_cache_clean_up Related: SYS#5827 Change-Id: Iea063aa39a08397ea64d2018b433991a130e7f56
Diffstat (limited to 'systemd')
-rw-r--r--systemd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/Makefile b/systemd/Makefile
index 505dd43..c2c8c10 100644
--- a/systemd/Makefile
+++ b/systemd/Makefile
@@ -1,2 +1,2 @@
-RUN_ARGS?=-it --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.25.200 -v bsc-vol:/data
+RUN_ARGS?=-it --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.25.200 -v bsc-vol:/data
include ../make/Makefile