
Testumgebung
Einrichtung einer Test- und Lernumgebung
Incus (LXD) installieren
sudo zypper in --no-recommends lxd attr
sudo usermod -aG lxd $USER
sudo systemctl enable --now lxd
sudo lxd init --storage-backend dir --autoIncus Debian/Ubuntu Repository einbinden
cat <<"EOF"|sudo bash
curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint
mkdir -p /etc/apt/keyrings/
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
echo "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
"> /etc/apt/sources.list.d/zabbly-incus-stable.sources
EOFWarum so viele Namen für das Gleiche?
Container erzeugen und nutzen
Last updated