mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-21 14:28:02 +00:00
6 lines
No EOL
172 B
Bash
Executable file
6 lines
No EOL
172 B
Bash
Executable file
#!/bin/sh
|
|
|
|
APPNAME="wine"
|
|
|
|
podman build -t andersrh/fedora/$APPNAME -f Dockerfile .
|
|
distrobox create --image andersrh/fedora/$APPNAME --home ~/containers/$APPNAME/ $APPNAME |