diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-05-12 12:50:57 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-22 16:19:26 +0200 |
commit | 09d423e9219883e5cb45adc249d07845fb6d4cb9 (patch) | |
tree | 3b2bf3830e1f4b1c2c07a0d0129d1fd7ddd0ccd4 /man/systemd.nspawn.xml | |
parent | 8904ab86b0397e64846e4b7418584f7120626d9f (diff) | |
download | systemd-09d423e9219883e5cb45adc249d07845fb6d4cb9.tar.gz |
nspawn: add greater control over how /etc/resolv.conf is handled
Fixes: #8014 #1781
Diffstat (limited to 'man/systemd.nspawn.xml')
-rw-r--r-- | man/systemd.nspawn.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 1780bfd79a..679052ae78 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -340,6 +340,15 @@ details.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>ResolvConf=</varname></term> + + <listitem><para>Configures how <filename>/etc/resolv.conf</filename> in the container shall be handled. This is + equivalent to the <option>--resolv-conf=</option> command line switch, and takes the same argument. See + <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> for + details.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |