- Add '-n' for non volatile Wine dir.

This commit is contained in:
2025-04-14 19:09:25 +02:00
parent bd61472ab2
commit 2924cd076b
3 changed files with 34 additions and 19 deletions

View File

@@ -5,11 +5,12 @@ Welcome to RX3-Docker/Wine docker image!
This is project aims to build a Wine + X11 + Pulse docker image able to run any windows graphic & audio application isolated.
Features:
- Curtently based on rx3-docker/x11-pulse:1.2.3-mga9 image.
- Curtently based on rx3-docker/x11-pulse:1.2.3-mga9 image,
- Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine).
Usage:
./bin/run.sh [-h] [-i] <Application Dir> <Application Exec> [Args...]
./bin/run.sh [-h] [-i] [-n] <Application Dir> <Application Exec> [Args...]
Enjoy it!