following up the thread in #226
(created for tracking)
be able to set --config and --cache flags using environment variable since it would allow users to set them in a Dockerfile:
ENV DEVBOX_CONFIG=.decontainer/.devbox.json
ENV DEVBOX_CACHE=/devbox/.devbox
following up the thread in #226
(created for tracking)
be able to set
--configand--cacheflags using environment variable since it would allow users to set them in a Dockerfile: