X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=4b7ec1d39116a8c73be70a5aec64ee00ece9ffc2;hb=5fae368bda9419d9d378ea32077c8fd183dd4b81;hp=e67aeecb1a46e9bbb3f3a34c0fa93f519cf75cf5;hpb=0dfaa0060711a8332c8eb9f1e10f48fe182d3650;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index e67aeecb1..4b7ec1d39 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -103,6 +103,7 @@ in a container. Use a tool like + dnf8, yum8, debootstrap8, or @@ -171,7 +172,7 @@ , nor is specified the directory is determined as - /var/lib/container/ + /var/lib/machines/ suffixed by the machine name as specified with . If @@ -247,23 +248,43 @@ the root directory for the container from. Takes a path to a regular file or to a block device node. The file or - block device must contain a GUID - Partition Table with a root partition - which is mounted as the root directory - of the container. Optionally, it may - contain a home and/or a server data - partition which are mounted to the - appropriate places in the - container. All these partitions must - be identified by the partition types - defined by the Discoverable - Partitions Specification. Any - other partitions, such as foreign - partitions, swap partitions or EFI - system partitions are not mounted. May - not be specified together with - , + block device must contain either: + + + An MBR + partition table with a single + partition of type 0x83 that is + marked + bootable. + + A GUID + partition table (GPT) with a single + partition of type + 0fc63daf-8483-4772-8e79-3d69d8477de4. + + A GUID + partition table (GPT) with a + marked root partition which is + mounted as the root directory + of the container. Optionally, + GPT images may contain a home + and/or a server data partition + which are mounted to the + appropriate places in the + container. All these + partitions must be identified + by the partition types defined + by the Discoverable + Partitions + Specification. + + + Any other partitions, such as + foreign partitions, swap partitions or + EFI system partitions are not + mounted. May not be specified together + with , or . @@ -406,6 +427,30 @@ container. + + + + Create an + ipvlan interface + of the specified Ethernet network + interface and add it to the + container. An + ipvlan interface + is a virtual interface, similar to a + macvlan interface, which + uses the same MAC address as the underlying + interface. The interface + in the container will be named after + the interface on the host, prefixed + with iv-. Note that + + implies + . This + option may be used more than once to + add multiple network interfaces to the + container. + + @@ -804,10 +849,20 @@ Examples + + + Download a Fedora image and start a shell in it + + # machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz +# systemd-nspawn -M Fedora-Cloud-Base-20141203-21 + +This downloads an image using machinectl1 and opens a shell in it. + + - Boot a minimal Fedora distribution in a container + Build and boot a minimal Fedora distribution in a container - # yum -y --releasever=21 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal + # dnf -y --releasever=21 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd dnf fedora-release vim-minimal # systemd-nspawn -bD /srv/mycontainer This installs a minimal Fedora distribution into @@ -839,18 +894,6 @@ boots an OS in a namespace container in it. - - Enable Arch Linux container on boot - - # 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. - - - Boot into an ephemeral <literal>btrfs</literal> snapshot of the host system @@ -884,6 +927,7 @@ systemd1, chroot1, + dnf8, yum8, debootstrap8, pacman8,