general doesnt work from ini file
This commit is contained in:
parent
f7af2c9749
commit
30c061f854
2 changed files with 2 additions and 10 deletions
|
|
@ -9,16 +9,6 @@ root=false
|
|||
replace=false
|
||||
home="~/containers/general"
|
||||
|
||||
[general]
|
||||
image=ghcr.io/andersrh/containers/fedora-toolbox/general:main
|
||||
#additional_packages=" "
|
||||
init=false
|
||||
nvidia=true
|
||||
pull=true
|
||||
root=false
|
||||
replace=false
|
||||
home="~/containers/general"
|
||||
|
||||
[tradingview]
|
||||
image=ghcr.io/andersrh/containers/cachyos/tradingview:main
|
||||
#additional_packages=" "
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ podman rm -f general
|
|||
|
||||
distrobox assemble create --file /etc/distrobox.ini
|
||||
|
||||
distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --nvidia --home ~/containers/general -n general
|
||||
|
||||
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter general -- distrobox-export --app x2goclient
|
||||
distrobox enter general -- distrobox-export --app qtcreator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue