mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-21 22:38:03 +00:00
5 lines
No EOL
310 B
Bash
Executable file
5 lines
No EOL
310 B
Bash
Executable file
#!/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" |