X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=9f8b8e2ae46593ac2038b635e0bea8412c4af1b8;hb=d4447f4d955d5bfbdec6feec8e332b8c126f474a;hp=76e291881c95c747634b34f0848da8d85de23787;hpb=5076f0ccfd36b67512d44fe355b80305ced7dcba;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 76e291881..9f8b8e2ae 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -114,6 +114,11 @@ two containers is complete and the containers will share very few runtime objects except for the underlying file system. + + systemd-nspawn implements the + Container + Interface specification. @@ -230,6 +235,54 @@ CAP_SYS_RESOURCE. + + + + Control whether the + container's journal shall be made + visible to the host system. If enabled + allows viewing the container's journal + files from the host (but not vice + versa). Takes one of + no, + host, + guest, + auto. If + no the journal is + not linked. If host + the journal files are stored on the + host file system (beneath the host's + /var/log/journal) + and a per-machine subdirectory of this + directory is created and bind mounted + into the container at the same + location. If guest + the journal files are stored on the + guest file system (beneath the guest's + /var/log/journal) + and a per-machine subdirectory of this + directory is symlinked into the host + at the same location. If + auto (the default) + and the subdirectory of + /var/log/journal + exists as directory it is bind mounted + into the container, but nothing is + done otherwise. Effectively, booting a + container once with + guest or + host will link the + journal persistantly if further one + the default of auto + is used. + + + + + + Equivalent to + . +