mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: recommend using /var/lib/machines in systemd-nspawn(1)
Also update the instruction to latest Fedora version.
This commit is contained in:
parent
c47f86e660
commit
551072321e
@ -1075,14 +1075,17 @@
|
||||
<example>
|
||||
<title>Build and boot a minimal Fedora distribution in a container</title>
|
||||
|
||||
<programlisting># dnf -y --releasever=25 --installroot=/srv/mycontainer \
|
||||
<programlisting># dnf -y --releasever=27 --installroot=/var/lib/machines/f27container \
|
||||
--disablerepo='*' --enablerepo=fedora --enablerepo=updates install \
|
||||
systemd passwd dnf fedora-release vim-minimal
|
||||
# systemd-nspawn -bD /srv/mycontainer</programlisting>
|
||||
# systemd-nspawn -bD /var/lib/machines/f27container</programlisting>
|
||||
|
||||
<para>This installs a minimal Fedora distribution into the
|
||||
directory <filename noindex='true'>/srv/mycontainer/</filename>
|
||||
and then boots an OS in a namespace container in it.</para>
|
||||
directory <filename noindex='true'>/var/lib/machines/f27container</filename>
|
||||
and then boots an OS in a namespace container in it. Because the installation
|
||||
is located underneath the standard <filename>/var/lib/machines/</filename>
|
||||
directory, it is also possible to start the machine using
|
||||
<command>systemd-nspawn -M f27container</command>.</para>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
|
Loading…
Reference in New Issue
Block a user