mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
208 stars 31 forks source link

Using BBRUN inside a VM behind Proxy #42

Open lovato opened 5 years ago

lovato commented 5 years ago

How can I pass --net=host to "docker run"? Additionally, I think that if you send this all the time, there would be no harm at all even if you have a direct internet connection.

lovato commented 5 years ago

Just did locally, file docker.js, inside function run(commands, image, dryRun, interactive, workDir) { Solved my problem.