From 01fcbb5c28eec8275ecf1bab71a7ef5fc74863b5 Mon Sep 17 00:00:00 2001 From: Nicolas.Schodet Date: Thu, 5 Oct 2017 21:33:42 +0000 Subject: Added a comment: Problem with resolvConfed --- ...ent_4_b0efdd9b058e2cc5cf5bebc427aac956._comment | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/forum/Using_ip_address_in_a_container/comment_4_b0efdd9b058e2cc5cf5bebc427aac956._comment (limited to 'doc') diff --git a/doc/forum/Using_ip_address_in_a_container/comment_4_b0efdd9b058e2cc5cf5bebc427aac956._comment b/doc/forum/Using_ip_address_in_a_container/comment_4_b0efdd9b058e2cc5cf5bebc427aac956._comment new file mode 100644 index 00000000..47539b79 --- /dev/null +++ b/doc/forum/Using_ip_address_in_a_container/comment_4_b0efdd9b058e2cc5cf5bebc427aac956._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="Nicolas.Schodet" + avatar="http://cdn.libravatar.org/avatar/0d7ec808ec329d04ee9a93c0da3c0089" + subject="Problem with resolvConfed" + date="2017-10-05T21:33:42Z" + content=""" +I tried to revert resolvConfed, but it seems to be ignored: + + vzWeb2 :: Systemd.Container + vzWeb2 = Systemd.debContainer \"vz-web2\" $ props + & osDebian (Stable \"stretch\") X86_64 + & ipv4 \"10.42.2.13\" + ! Systemd.resolvConfed + ... + +When it spins, there are two lines, one with, one without: + + ... + vz-web2 has container configuration --link-journal=try-guest ... ok + vz-web2 has container configuration --bind=/etc/resolv.conf ... ok + vz-web2 has Operating System (Debian Linux (Stable \"stretch\")) X86_64 ... ok + vz-web2 has ipv4 10.42.2.13 ... ok + vz-web2 has container configuration without --bind=/etc/resolv.conf ... ok + ... + +And it is included in the systemd service file. + +"""]] -- cgit v1.2.3