Serves as base for images using xpra but can also be used on it's own
server : docker run -p 12345:10000 -ti garo/easy-xpraapt-get update && apt-get install x11-appsrun_in_xpra xeyesxpra attach tcp:server:12345FROM garo/easy-xpra:alpine
RUN apk add --no-cache xterm
CMD ["run_in_xpra", "xterm -background white"]
Containers based on this types of Dockerfile are best launched with -d
run_in_xpra uses 2 environment variables:
XPRA_DISPLAY is the display number of xpra (default :100)XPRA_PORT is the TCP-port on which xpra listens (default 10000)Want to improve this (bugfixes, extra features, ...) ?
Fork this repository on GitHub instead of cloning it, I and other users might be interested in your changes !
Content type
Image
Digest
Size
83.5 MB
Last updated
over 6 years ago
docker pull garo/easy-xpra