mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-01 11:48:03 +00:00
5 lines
310 B
Bash
5 lines
310 B
Bash
|
|
#!/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"
|