Holger b7694fe99b Simplify debootstrap options
This will work on Suse to install debian based container
Debootstrap must be installed on Suse
2024-06-19 21:39:40 +02:00
2024-05-25 20:41:42 +02:00
2024-05-25 20:41:42 +02:00
2024-05-25 20:46:08 +02:00
2024-05-25 20:45:34 +02:00
2024-05-25 21:23:59 +02:00

systemd-container

Container(n) mit System(d)

Einfache Container mit systemd-nspawn

unter debian

Voraussetzungen systemd systemd-container

apt install systemd-container

sowie Programm zur System installation (debian: debootstrap)

apt install debootstrap

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

Description
Einfache Container mit systemd-nspawn
Readme 49 KiB
Languages
Shell 100%