Skip to content

Ubuntu container with Xpra for running remote desktop applications in browser

License

Notifications You must be signed in to change notification settings

tyson-swetnam/docker-xpra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Supported by CyVerse Project Status: Active – The project has reached a stable, usable state and is being actively developed. license

image description name:tag base image
DockerHub Xpra NVIDIA OpenGL Ubuntu 18.04 base tswetnam/xpra 18.04
DockerHub Xpra NVIDIA OpenGL Ubuntu 20.04 base tswetnam/xpra 20.04
DockerHub Xpra NVIDIA CUDA OpenGL Ubuntu 18.04 base tswetnam/xpra cudagl-18.04
DockerHub Xpra NVIDIA CUDA OpenGL Ubuntu 20.04 base tswetnam/xpra cudagl-20.04

docker-xpra

Ubuntu container with Xpra for running remote desktop applications in browser.

Image is built from NVIDIA Docker image and is compatible with GPUs - need to install additional software.

docker run -it -p 9876:9876 tswetnam/xpra:bionic 

With a new ENTRYPOINT:

docker run -it -p 9876:9876 tswetnam/xpra:bionic xpra start --bind-tcp=0.0.0.0:9876 --html=on --start-child=xterm --exit-with-children --daemon=no

Run with NVIDIA GPU

You need to have an xorg server running prior to launching.

export DISPLAY=:0
docker run --gpus all --rm -it -p 9876:9876 -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY -e XAUTHORITY -e QT_X11_NO_MITSHM=1 -e NVIDIA_DRIVER_CAPABILITIES=all tswetnam/xpra:cudagl-18.04

About

Ubuntu container with Xpra for running remote desktop applications in browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published