X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=0b7959e06f7b4bc1d91c438b6d85c8eda9eb8a76;hb=5650ec7a11beb18390f4db081128eb3756abf064;hp=afa7a17d2de8d0327ce9ac68a679094871044e8a;hpb=05d6628ad2572418aed697d70a74fa60f3cd8baa;p=thirdparty%2Fsystemd.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index afa7a17d2de..0b7959e06f7 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -111,8 +111,7 @@ container. systemd-nspawn implements the Container Interface - specification. + url="https://systemd.io/CONTAINER_INTERFACE">Container Interface specification. While running, containers invoked with systemd-nspawn are registered with the systemd-machined8 service that @@ -289,7 +288,7 @@ 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 + url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification. No partition table, and a single file system spanning the whole image. @@ -835,7 +834,11 @@ container names may have a length up to 64 characters. As this option derives the host-side interface name from the container name the name is possibly truncated. Thus, care needs to be taken to ensure that interface names remain unique in this case, or even better container names are generally not - chosen longer than 12 characters, to avoid the truncation. Alternatively, the + chosen longer than 12 characters, to avoid the truncation. If the name is truncated, + systemd-nspawn will automatically append a 4-digit hash value to the name to + reduce the chance of collisions. However, the hash algorithm is not collision-free. (See + systemd.net-naming-scheme7 + for details on older naming algorithms for this interface). Alternatively, the option may be used, which allows free configuration of the host-side interface name independently of the container name — but might require a bit more additional configuration in case bridging in a fashion similar to