mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-14 10:08:03 +00:00
commit images based on fedora-toolbox
This commit is contained in:
parent
e9ebdb26f5
commit
2ba669aad1
10 changed files with 56 additions and 0 deletions
5
fedora-toolbox/binance/build.sh
Executable file
5
fedora-toolbox/binance/build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
podman build -t andersrh/fedora-toolbox/binance -f Dockerfile .
|
||||
distrobox create --image andersrh/fedora-toolbox/binance --home ~/containers/binance/ binance
|
||||
distrobox enter binance -- distrobox-export --app binance --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
Loading…
Add table
Add a link
Reference in a new issue