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/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Nov 23 09:20:17 UTC 2021


fixeria has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/38/26338/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211123/f8108222/attachment.htm>


More information about the gerrit-log mailing list