Allow specifying an absolute path for the dind config.json

Change-type: patch
This commit is contained in:
Pagan Gazzard 2019-11-12 11:34:40 +00:00
parent 57d4a19f1d
commit 9e660f1081

View File

@ -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}"