-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--docker-run-args doesn't remove default args #5121
Comments
This could be solved by introducing a If I already tested this on my local Mac. Should I submit a pull request? Also I ran into the problem that I had to work on the v2.1.3 tag rather than the master branch because otherwise stack wouldn't find a Docker-compatible stack executable for the current version. This seems to be natural since the version under development can't be published yet. Still, is there any way around this for developing? |
Same problem here. Can't wait to see this merged/fixed. 🙂 |
I think it relates to #2455, but the solution presented there (overriding |
Sorry for the delay. PR is submitted now (: |
add docker network option (fixes #5121)
Should overwrite the default docker args, but it just simply appends:
Expected:
Because
--net=host
doesn't work on Mac (https://forums.docker.com/t/should-docker-run-net-host-work/14215) so I cannot connect to the server...The text was updated successfully, but these errors were encountered: