mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 21:09:47 +00:00
Allow specifying an absolute path for the dind config.json
Change-type: patch
This commit is contained in:
parent
57d4a19f1d
commit
9e660f1081
2
Makefile
2
Makefile
@ -130,7 +130,7 @@ run-supervisor: supervisor-dind
|
|||||||
cd tools/dind \
|
cd tools/dind \
|
||||||
&& ./resinos-in-container/resinos-in-container.sh \
|
&& ./resinos-in-container/resinos-in-container.sh \
|
||||||
--detach \
|
--detach \
|
||||||
--config "$$(pwd)/$(CONFIG_FILENAME)" \
|
--config "$(CONFIG_FILENAME)" \
|
||||||
--image $(DIND_IMAGE) \
|
--image $(DIND_IMAGE) \
|
||||||
--id $(CONTAINER_NAME) \
|
--id $(CONTAINER_NAME) \
|
||||||
--extra-args "${SUPERVISOR_DIND_MOUNTS}"
|
--extra-args "${SUPERVISOR_DIND_MOUNTS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user