X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fmachinectl.xml;h=ff447b62105ba17cff4b4373584982800791d0a8;hb=12f15e596a3040f32bb8c9aa9d0bf9b43fc96567;hp=91bdb5e111505b068d0dd34acf3c92e773fae908;hpb=e45fc5e738b0b7700e8b4f3c4b25c58a49b44b27;p=elogind.git diff --git a/man/machinectl.xml b/man/machinectl.xml index 91bdb5e11..ff447b621 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -150,14 +150,6 @@ SIGTERM. - - - - Do not print the legend, - i.e. the column headers and the - footer. - - @@ -208,9 +200,10 @@ + + - @@ -291,10 +284,10 @@ name. systemd-nspawn looks for a container image by the specified name in - /var/lib/container - and runs it. Use - list-images (see - below), for listing available + /var/lib/machines/ + (and other search paths, see below) and runs + it. Use list-images + (see below), for listing available container images to start. Note that @@ -488,7 +481,7 @@ images. This enumerates all raw disk images and container directories and subvolumes in - /var/lib/container/. Use + /var/lib/machines/ (and other search paths, see below). Use start (see above) to run a container off one of the listed images. Note that by default @@ -595,6 +588,51 @@ + + Files and Directories + + Machine images are preferably stored in + /var/lib/machines/, but are also + searched for in + /usr/local/lib/machines/ and + /usr/lib/machines/. For + compatibility reasons the directory + /var/lib/container/ is searched, + too. Note that images stored below + /usr are always considered + read-only. It is possible to symlink machines images + from other directories into + /var/lib/machines/ to make them + available for control with + machinectl. + + Disk images are understood in three formats: + + + A simple directory tree, + containing the files and directories of the + container to boot. + + A subvolume (on btrfs file + systems), which are similar to the simple + directories, described above. However, they + have additional benefits, such as efficient + cloning and quota reporting. + + "Raw" disk images, i.e. binary + images of disks with a GPT or MBR partition + table. Images of this type are regular + files with the suffix + .raw. + + + See + systemd-nspawn1 + for more information on image formats, in particular + it's and + options. + + Exit status