podman-compose/newsfragments/x-podman.disable-dns.feature
Rafael Guterres Jeffman 6e642dca1f Add network "disable-dns" support
Podman allows to create a network disabling the DNS plugin with
'--disable-dns', but this option is not available in the compose spec.

This patch add 'x-podman.disable-dns' to the podman-compose options,
allowing the creation of a network with the DNS plugin disabled.

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
2025-01-17 12:14:15 -03:00

2 lines
92 B
Gherkin

- Add support for 'x-podman.disable-dns' to allow disabling DNS plugin on defined networks.