mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
If a container was started with a non-root user the container may not be able to resolve DNS names because of too restrictive permission in the /etc/resolv.conf container file. This problem is in how this file gets created in libnetwork and ths PR attempts to fix the issue by vendoring in the libnetwork code with the fix. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> Upstream-commit: afd901e408d8d4ed00707c545ae985bc637a1979 Component: engine