X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=6b7ba9821ea49ea44489a6f3f0b057d0da0758ea;hb=f9f4dd51bdb016bab84f7fb3cf47a2ad102b4c76;hp=c2be6d5446babde16ca2ddb4dbc169d65cd5ff2e;hpb=04d39279245834494baccfdb9349db8bf80abd13;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index c2be6d544..6b7ba9821 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -303,6 +303,16 @@ CAP_AUDIT_CONTROL. + + + + Specify one or more + additional capabilities to drop for + the container. This allows running the + container with fewer capabilities than + the default (see above). + + @@ -409,6 +419,29 @@ boots an OS in a namespace container in it. + + Example 4 + + # mv ~/arch-tree /var/lib/container/arch +# systemctl enable systemd-nspawn@arch.service +# systemctl start systemd-nspawn@arch.service + + This makes the Arch Linux container part of the + multi-user.target on the host. + + + + + Example 5 + + # btrfs subvolume snapshot / /.tmp +# systemd-nspawn --private-network -D /.tmp -b + + This runs a copy of the host system in a + btrfs snapshot. + + + Exit status