aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hnbgw-master
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 /osmo-hnbgw-master
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 'osmo-hnbgw-master')
-rw-r--r--osmo-hnbgw-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-hnbgw-master/Makefile b/osmo-hnbgw-master/Makefile
index cadd43d..1ecc89f 100644
--- a/osmo-hnbgw-master/Makefile
+++ b/osmo-hnbgw-master/Makefile
@@ -1,3 +1,3 @@
-RUN_ARGS?=-it --rm --network sigtran --ip 172.18.0.170 -v hnbgw-vol:/data
+RUN_ARGS?=-it --network sigtran --ip 172.18.0.170 -v hnbgw-vol:/data
include ../make/Makefile