-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Implement dns_opt in version 3 #5010
Comments
Please submit v3 feature requests on the docker/cli repo. |
Hi @shin- the docker cli already implements the --dns-opt or --dns-option. The docker-compose dns-opt is in V2 https://docs.docker.com/compose/compose-file/compose-file-v2/#dns_opt but is not V3. What would it take to implement/port it from V2 to V3? |
The v3 format is controlled and updated on the |
Hi @shin-, I'm trying to understand what you mean by the "v3 format is controlled and updated on the What file(s), should I look at in From what I can see, Should we raise an issue in |
https://github.com/docker/cli/tree/master/cli/compose/schema/data
Yes. |
Thanks @shin-, |
Looks like this has been implemented since 1.27.0 |
@phyrwork Don't think this is related to the docker-compose version. The compose file version 3 still doesn't support |
Well docker-compose 1.27+ with schema 3.9+ can certainly inject dns_opt 🤯 |
Even with version 3, dns_opt is still required to pass specific options like
ndots
and get around dns problemsThe text was updated successfully, but these errors were encountered: