diff options
author | Léo Gillot-Lamure <leo.gillot@navaati.net> | 2012-04-11 12:27:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 00:46:09 +0200 |
commit | 40c32a4ad488256e934ce9ecc05ebfac04851711 (patch) | |
tree | 619db8c080fe18fc4dad081771b8e9af5a4d8a02 /man/systemd-nspawn.xml | |
parent | 5430f7f2bc7330f3088b894166bf3524a067e3d8 (diff) |
One can specify in which cgroup hierarchies a systemd-nspawn container will appear
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 2a26b1ef18..f63f72c18d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -155,6 +155,16 @@ </varlistentry> <varlistentry> + <term><option>--controllers=</option></term> + <term><option>-C</option></term> + + <listitem><para>Makes the container appear in + other hierarchies that the name=systemd:/ one. + Takes a comma-separated list of controllers. + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>--private-network</option></term> <listitem><para>Turn off networking in |