- Now use rx3-docker/x11-pulse:1.2.4-mga9 image,
- Fix Application Dir spaces support.
This commit is contained in:
parent
39eb3c2d8a
commit
56fa534831
@ -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.
|
||||
|
||||
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,
|
||||
- Require nvidia-container-toolkit installed on the host,
|
||||
- Add '-d' option to disable sound.
|
||||
|
@ -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
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -43,7 +43,7 @@ shift
|
||||
|
||||
|
||||
|
||||
APPL_DIR=$(realpath ${APPL_DIR})
|
||||
APPL_DIR=$(realpath "${APPL_DIR}")
|
||||
|
||||
export USER_ID=$(id -u)
|
||||
export GROUP_ID=$(id -g)
|
||||
|
5
env.dist
5
env.dist
@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
||||
APPL_NAME="x11-pulse-nvidia"
|
||||
APPL_NAME_FULL="X11-Pulse-NVidia Docker Image"
|
||||
APPL_NAME_SHORT="x11-pls-nv"
|
||||
APPL_VERSION="1.0.0"
|
||||
APPL_VERSION="1.0.1"
|
||||
|
||||
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 |
|
||||
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+---------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
|
||||
|
||||
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=""
|
||||
APPL_DIR=""
|
||||
APPL_NETWORK="no-internet"
|
||||
PULSE_DISABLE_FLAG=""
|
||||
|
Loading…
Reference in New Issue
Block a user