Writing /var/lib/dokuwiki/data/meta/tutorials/systemd-nspawn.meta failed
tutorials:systemd-nspawn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:systemd-nspawn [2017/07/16 23:11] – [Using for the first time] amora | tutorials:systemd-nspawn [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Debian | + | ======Chroot using systemd-nspawn====== |
===== Installation ===== | ===== Installation ===== | ||
Line 9: | Line 9: | ||
sudo apt-get install debootstrap systemd-container | sudo apt-get install debootstrap systemd-container | ||
| | ||
- | Depending on you distro, you may use another package manager to install instead. Now that we have debootstrap, | + | Depending on you distro, you may use another package manager to install instead. Now that we have debootstrap, |
sudo mkdir -p /var/chroot | sudo mkdir -p /var/chroot | ||
sudo debootstrap --arch amd64 jessie /var/chroot http:// | sudo debootstrap --arch amd64 jessie /var/chroot http:// | ||
| | ||
- | The chroot is now installed and fully functional. | + | After this, the chroot is installed and fully functional. |
===== Using for the first time ===== | ===== Using for the first time ===== |
tutorials/systemd-nspawn.1500246714.txt.gz · Last modified: 2022/09/20 00:08 (external edit)