Antoine Sirinelli <anto...@monte-stello.com> writes:

> When I create a new custom network, the dns is not enabled:
>
> $ podman network create test
> test
> $ podman network inspect test
> [
>      {
>           "name": "test",
>           "id": 
> "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
>           "driver": "bridge",
>           "network_interface": "cni-podman1",
>           "created": "2024-03-13T00:11:16.769046605+01:00",
>           "subnets": [
>                {
>                     "subnet": "10.89.0.0/24",
>                     "gateway": "10.89.0.1"
>                }
>           ],
>           "ipv6_enabled": false,
>           "internal": false,
>           "dns_enabled": false,
>           "ipam_options": {
>                "driver": "host-local"
>           }
>      }
> ]
>
> The outcome should have "dns_enabled" to true.
>
> [...]
>
> podman system reset fixed it.
>
> Thank you for your help,
>

No, thank you for reporting back!

I've added a paragraph to README.Debian pointing to this bug.

Best,
-rt

Reply via email to