2024-05-25 20:43:41 +02:00
|
|
|
# systemd-container
|
|
|
|
|
|
|
|
Container(n) mit System(d)
|
|
|
|
|
2024-05-25 21:23:59 +02:00
|
|
|
Einfache Container mit systemd-nspawn
|
2024-05-25 20:43:41 +02:00
|
|
|
|
2024-05-25 20:56:43 +02:00
|
|
|
unter debian
|
|
|
|
|
2024-05-25 20:43:41 +02:00
|
|
|
Voraussetzungen systemd systemd-container
|
|
|
|
|
|
|
|
apt install systemd-container
|
|
|
|
|
|
|
|
sowie Programm zur System installation (debian: debootstrap)
|
|
|
|
|
|
|
|
apt install debootstrap
|
2024-05-25 20:56:43 +02:00
|
|
|
|
|
|
|
create-minimal-container.sh erstellt einen Container.
|
|
|
|
|
|
|
|
machine-export.sh speichert Container als name.tar.gz
|
|
|
|
|
|
|
|
machine-import.sh läd name.tar.gz ins System.
|
|
|
|
|
|
|
|
|
|
|
|
Scripte brauchen root Rechte
|
|
|
|
|
|
|
|
siehe auch
|
|
|
|
|
|
|
|
https://wiki.archlinux.org/title/Systemd-nspawn
|
|
|
|
|
|
|
|
https://wiki.debian.org/nspawn
|