Comment 6 for bug 1575940

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

The template container has the line:

root@juju-xenial-lxc-template:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.96.0.10
search scapestack
root@juju-xenial-lxc-template:~#

The unit-container doesn't:

root@amco:~# lxc-attach -n juju-machine-0-lxc-0
root@juju-machine-0-lxc-0:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.96.0.10
root@juju-machine-0-lxc-0:~#

most strange :/