distrobox

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
distrobox [19/09/2024 - 11:29] – angelegt admin1distrobox [13/02/2025 - 19:12] (aktuell) – [OpenSUSE: Root Zugang] thommie_netzwissen.de
Zeile 1: Zeile 1:
 +====== Distrobox ======
 +
 +https://www.heise.de/ratgeber/Erste-Schritte-mit-Distrobox-Mehrere-Linux-Systeme-gleichzeitig-betreiben-9615044.html?seite=3
 +
 Mögliche Images auflisten Mögliche Images auflisten
  
Zeile 9: Zeile 13:
 <code> <code>
 thommie@odysseus4:~> distrobox create -i registry.opensuse.org/opensuse/leap:latest -n leapody thommie@odysseus4:~> distrobox create -i registry.opensuse.org/opensuse/leap:latest -n leapody
 +</code>
 +
 +Oder mit Debian
 +
 +<code>
 +distrobox create -i quay.io/toolbx-images/debian-toolbox:latest -n debian-lb1
 </code> </code>
  
Zeile 17: Zeile 27:
 </code> </code>
  
 +Upgrade im Container
 +
 +<code>
 +distrobox upgrade --all
 +</code>
 +
 +===== 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:
 +  <code>
 +##
 +## 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
 +</code>
  • distrobox.1726745359.txt.gz
  • Zuletzt geändert: 19/09/2024 - 11:29
  • von admin1