mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
![]() The container's /etc/resolv.conf permission was getting setup as 0600 while it should be 0644 for every user inside the container to be able to read it. The tempfile that we create initially to populate the resolvconf content is getting created with 0600 mode. Changed it to 0644 once it is created since there is noway to pass mode option to ioutil.Tempfile Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> |
||
---|---|---|
libnetwork |