You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any option to pass in these dns options that can be passed in to a docker run command via the docker plugin agent template? I can see you can pass in dns server e.g.
What feature do you want to see added?
Hi,
Is there any option to pass in these dns options that can be passed in to a docker run command via the docker plugin agent template? I can see you can pass in dns server e.g.
dockerTemplateBase:
cpuPeriod: 0
cpuQuota: 0
dnsHosts:
- "kirk.internal.ie"
dnsString: "kirk.internal.ie"
but i don't see and option in the plugin to pass in domain search etc, the below can be add as arguments to a docker run command for example
--dns-search="${DNS_SEARCH}"
--dns-opt="${DNS_NDOTS}" \
Kirk
Upstream changes
No response
Are you interested in contributing this feature?
Would be happy to work with a maintainer
The text was updated successfully, but these errors were encountered: