- Add internet output routing option on run time execution,

- Fix application args passing.
This commit is contained in:
2024-08-23 17:42:22 +02:00
parent 27f2328180
commit 6017327425
6 changed files with 68 additions and 14 deletions

View File

@@ -7,11 +7,12 @@ This is project aims to build a X11 + Pulse + Mageia-9 docker image able to run
Features:
- Curtently based on base-mga9:1.2.0 image,
- X11 & Pulse base libraries installed,
- user_add_exec program to create on the run the user environement.
- Target user & group created on the run,
- Optional output internet routing.
Usage:
./run.sh <Application Dir> <Application Exec>
./run.sh [-h] [-i] <Application Dir> <Application Exec> [Args...]
Enjoy it!