class: center, middle  ## LXD-Nachfolger "Incus" getestet ### Mit Micha und Hauke #### https://www.twitch.tv/saintofsinner #### https://weisheit.goos-habermann.de --- ### Installationsvorbereitung Das Incus-Paket stammt aus dem
Zabbly-Repo
. Informationen dazu: https://github.com/zabbly/incus Installationsdokumentation: https://linuxcontainers.org/incus/docs/main/installing/ ```bash # Signatürschlüssel herunterladen mkdir -p /etc/apt/keyrings/ wget https://pkgs.zabbly.com/key.asc -O /etc/apt/keyrings/zabbly.asc # Paketqpellenliste anlegen sh -c 'cat <
/etc/apt/sources.list.d/zabbly-incus-stable.sources Enabled: yes Types: deb URIs: https://pkgs.zabbly.com/incus/stable Suites: $(. /etc/os-release && echo ${VERSION_CODENAME}) Components: main Architectures: $(dpkg --print-architecture) Signed-By: /etc/apt/keyrings/zabbly.asc EOF' ``` --- ### Paketinstallation ```bash # Paketinformationen holen apt-get update # Incus-Hauptpaket installieren apt-get install -y incus # Weboberfläche installieren apt-get install -y incus-ui-canonical ``` Weiter geht's mit der Doku: https://linuxcontainers.org/incus/docs/main --- class: center, middle ### Informationen zu mir und meinen Dienstleistungen, m23, ... ### https://goos-habermann.de