cli icon indicating copy to clipboard operation
cli copied to clipboard

Custom DOCKER_EXTRA_ARGS

Open blackliner opened this issue 2 months ago • 0 comments

Is there a way for users to provide custom, additional args to the docker run command?

export DOCKER_EXTRA_ARGS='--mount source=my-data-volume,target=/app/data'
# results in the following being called when launching a devcontainer
docker run <devcontainer_specific_stuff> --mount source=my-data-volume,target=/app/data <container_image> <commands>

blackliner avatar Nov 13 '25 21:11 blackliner