The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
![]() `ndots:0` is a valid DNS option; previously, `ndots:0` was ignored, leading to the default (`ndots:0`) also being applied; Before this change: docker network create foo docker run --rm --network foo --dns-opt ndots:0 alpine cat /etc/resolv.conf nameserver 127.0.0.11 options ndots:0 ndots:0 After this change: docker network create foo docker run --rm --network foo --dns-opt ndots:0 alpine cat /etc/resolv.conf nameserver 127.0.0.11 options ndots:0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
libnetwork |