Open generalov opened 1 year ago
This feature would also be very valuable for my department.
We are behind a corporate proxy that is accessible via cntlm
at localhost of internal hosts. We would pass --network host
as extra argument to docker run
(and docker build
, for docker_image
targets) to enable internet access.
There may be other means to solve that particular problem but passing additional docker run/build args has most likely plenty of other uses.
Is your feature request related to a problem? Please describe. I'd like to specify additional
docker run
arguments for adocker_environment
.Describe the solution you'd like
Describe alternatives you've considered Alternatively,
docker_environment
could inherit thedocker run
arguments from[docker].run_args
inpants.toml
.Additional context Probably, there should be another tool for spawning complex environments like
docker compose
or devcontainers.