summaryrefslogtreecommitdiff
path: root/doc/forum/Using_ip_address_in_a_container
AgeCommit message (Collapse)Author
2017-10-05Added a comment: Problem with resolvConfedNicolas.Schodet
2017-10-05Added a comment: ipv4/ipv6Nicolas.Schodet
2017-10-05Added a comment: systemd-nspawn with its own network in the containerNicolas.Schodet
2017-10-04avoid propagating non-alias DNS info from container to hostJoey Hess
* When the ipv4 and ipv6 properties are used with a container, avoid propagating the address out to the host. * DnsInfo has been replaced with DnsInfoPropagated and DnsInfoUnpropagated. (API change) * Code that used fromDnsInfo . fromInfo changes to use getDnsInfo. * addDNS takes an additional Bool parameter to control whether the DNS info should propagate out of containers. (API change) This commit was sponsored by Trenton Cronholm on Patreon.