====== Distrobox ====== https://www.heise.de/ratgeber/Erste-Schritte-mit-Distrobox-Mehrere-Linux-Systeme-gleichzeitig-betreiben-9615044.html?seite=3 Mögliche Images auflisten distrobox create -C Installieren thommie@odysseus4:~> distrobox create -i registry.opensuse.org/opensuse/leap:latest -n leapody Oder mit Debian distrobox create -i quay.io/toolbx-images/debian-toolbox:latest -n debian-lb1 Einstieg distrobox enter leapody Upgrade im Container distrobox upgrade --all ===== OpenSUSE: Root Zugang ===== siehe https://forums.opensuse.org/t/distrobox-user-not-in-sudoers-file/171877 Fix auf dem Host: * User in die wheel Gruppe aufnehmen * visudo: ## ## User privilege specification ## root ALL=(ALL:ALL) ALL ## Uncomment to allow members of group wheel to execute any command # %wheel ALL=(ALL:ALL) ALL ## Same thing without a password %wheel ALL=(ALL:ALL) NOPASSWD: ALL