- Improve run.sh to allow direct call with appl full path in one argument,

- Now use rx3-docker/x11-pulse:1.2.6-mga9 image,
- Rebuild for updates.
This commit is contained in:
2025-11-29 12:00:41 +01:00
parent add152596b
commit 18a1aabd90
4 changed files with 26 additions and 9 deletions

View File

@@ -5,11 +5,11 @@ 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.5-mga9 image,
- Curtently based on rx3-docker/x11-pulse:1.2.6-mga9 image,
- Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine).
Usage:
./bin/run.sh [-h] [-i] [-n] <Application Dir> <Application Exec> [Args...]
./bin/run.sh [-h] [-i] [-n] [<Application_Dir> <Application_Exec> | <Application_Exec>] [Args...]