mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-05 13:48:03 +00:00
5 lines
208 B
Bash
5 lines
208 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman build -t andersrh/fedora-toolbox/bisq -f Dockerfile .
|
||
|
|
distrobox create --image andersrh/fedora-toolbox/bisq --home ~/containers/bisq/ bisq
|
||
|
|
distrobox enter bisq -- distrobox-export --app bisq
|