mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-18 03:58:04 +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/bisq/build.sh
Executable file
5
fedora-toolbox/bisq/build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue