Closed vrothberg closed 1 year ago
At the time of writing, Quadlet does not support the --dns flag in form of a field.
--dns
Noticed while reviewing a blog post that is resorting to PodmanArgs=--dns=....
PodmanArgs=--dns=...
Add a DNS field to .container filees.
DNS
.container
PodmanArgs is a work around but not idiomatic.
PodmanArgs
Cc: @ygalblum @rhatdan
I can work on this issue. Could someone set the 'in progress' label?
You got it.
If you do this, you should add --dns-option, --dns-search as well as --dns
Thanks. Just opened a PR here
Feature request description
At the time of writing, Quadlet does not support the
--dns
flag in form of a field.Noticed while reviewing a blog post that is resorting to
PodmanArgs=--dns=...
.Suggest potential solution
Add a
DNS
field to.container
filees.Have you considered any alternatives?
PodmanArgs
is a work around but not idiomatic.Additional context
Cc: @ygalblum @rhatdan