diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-29 23:55:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-01 12:41:17 +0100 |
commit | 7b4318b6a51e996fcd17855bbef21f8ad3c08da9 (patch) | |
tree | 07066b901c58bbbbb7088685b4b495b414ce92f9 /man | |
parent | ad85779a50bb26c80a4c9b597b486d86cef07c79 (diff) |
nspawn: add ability to configure overlay mounts to .nspawn files
Fixes: #4634
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.nspawn.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index b1344d6c10..7143188356 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -335,6 +335,17 @@ </varlistentry> <varlistentry> + <term><varname>Overlay=</varname></term> + <term><varname>OverlayReadOnly=</varname></term> + + <listitem><para>Adds an overlay mount point. Takes a colon-separated list of paths. This option may be used + multiple times to configure multiple overlay mounts. This option is equivalent to the command line switches + <option>--overlay=</option> and <option>--overlay-ro=</option>, see + <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details + about the specific options supported. This setting is privileged (see above).</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>PrivateUsersChown=</varname></term> <listitem><para>Configures whether the ownership of the files and directories in the container tree shall be |