This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
systemd-nspawn
¶
systemd-nspawn
is like the chroot
command, but it is a chroot
on steroids. It may be used to
run a command or OS in a lightweight namespace container. It is more powerful than chroot
since
it fully virtualizes the file system hierarchy, as well as the process tree, various subsystems and
the host and domain name.
Reference(s)
Table of contents¶
Install¶
TODO
Config¶
TODO
Use¶
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.