- Now use rx3-docker/x11-pulse:1.2.4-mga9 image,

- Fix Application Dir spaces support.
This commit is contained in:
Arnaud G. GIBERT 2025-04-21 13:42:58 +02:00
parent 39eb3c2d8a
commit 56fa534831
4 changed files with 14 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Welcome to RX3-Docker/X11-Pulse-NVidia docker image!
This is project aims to build a X11 + Pulse + NVidia docker image able to run any graphic & audio application isolated and hardware optimized. This is project aims to build a X11 + Pulse + NVidia docker image able to run any graphic & audio application isolated and hardware optimized.
Features: Features:
- Curtently based on rx3-docker/x11-pulse:1.2.3-mga9 image, - Curtently based on rx3-docker/x11-pulse:1.2.4-mga9 image,
- NVidia libs installed, - NVidia libs installed,
- Require nvidia-container-toolkit installed on the host, - Require nvidia-container-toolkit installed on the host,
- Add '-d' option to disable sound. - Add '-d' option to disable sound.

View File

@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/X11-Pulse-NVidia V 1.0.1 - A. GIBERT - 2025/04/21
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/x11-pulse:1.2.4-mga9 image,
- Fix Application Dir spaces support.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/X11-Pulse-NVidia V 1.0.0 - A. GIBERT - 2025/04/14 Rx3-Docker/X11-Pulse-NVidia V 1.0.0 - A. GIBERT - 2025/04/14
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@ -43,7 +43,7 @@ shift
APPL_DIR=$(realpath ${APPL_DIR}) APPL_DIR=$(realpath "${APPL_DIR}")
export USER_ID=$(id -u) export USER_ID=$(id -u)
export GROUP_ID=$(id -g) export GROUP_ID=$(id -g)

View File

@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
APPL_NAME="x11-pulse-nvidia" APPL_NAME="x11-pulse-nvidia"
APPL_NAME_FULL="X11-Pulse-NVidia Docker Image" APPL_NAME_FULL="X11-Pulse-NVidia Docker Image"
APPL_NAME_SHORT="x11-pls-nv" APPL_NAME_SHORT="x11-pls-nv"
APPL_VERSION="1.0.0" APPL_VERSION="1.0.1"
HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX} HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX}
@ -46,7 +46,7 @@ DOCKER_TOOLS_VOLUME=SINGLE
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+---------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+---------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX} - "Rx3-Docker/X11-Pulse-NVidia" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.3-mga9 - - - - - - - - docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX} - "Rx3-Docker/X11-Pulse-NVidia" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.4-mga9 - - - - - - - -
@ -57,3 +57,4 @@ docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX}
USER_ID="" USER_ID=""
APPL_DIR="" APPL_DIR=""
APPL_NETWORK="no-internet" APPL_NETWORK="no-internet"
PULSE_DISABLE_FLAG=""