add development container and temporarily disable nvidia distrobox setting because its not working
This commit is contained in:
parent
e780b6426d
commit
c8cbc63a8f
5 changed files with 178 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ podman rm -f general-cachyos
|
|||
podman rm -f tradingview
|
||||
podman rm -f general
|
||||
podman rm -f ledgerlive
|
||||
podman rm -f development
|
||||
|
||||
distrobox assemble create --file /etc/distrobox.ini
|
||||
|
||||
|
|
@ -13,4 +14,4 @@ distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --nv
|
|||
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter ledgerlive -- distrobox-export --app ledger-live-desktop --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter general -- distrobox-export --app x2goclient
|
||||
distrobox enter general-cachyos -- distrobox-export --app qtcreator
|
||||
#distrobox enter general-cachyos -- distrobox-export --app qtcreator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue