Change in docker-playground[master]: make/Makefile: allow specifying optional command for 'run'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 23 10:47:33 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26338 )

Change subject: make/Makefile: allow specifying optional command for 'run'
......................................................................

make/Makefile: allow specifying optional command for 'run'

Change-Id: I676c5525effe8f34ae11f7b8ed4da0d8961209bf
Related: SYS#5602
---
M make/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/make/Makefile b/make/Makefile
index edb0890..e357803 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -161,4 +161,4 @@
 
 
 run:
-	docker run $(RUN_ARGS) -it $(IMAGE)
+	docker run $(RUN_ARGS) -it $(IMAGE) $(RUN_CMD)

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26338
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I676c5525effe8f34ae11f7b8ed4da0d8961209bf
Gerrit-Change-Number: 26338
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211123/15580d5b/attachment.htm>


More information about the gerrit-log mailing list