Sign inSign up

nodetransit/xpra

By nodetransit

Updated over 4 years ago

0

1.1K

nodetransit/xpra repository overview

Latest Fedora with Xpra


usage

By default internal port 10010 is used as the tcp port for xpra.

Just expose this port to the host.

$ podman run --rm=true -p 1234:10010 nodetransit/xpra 

you may also want to add --privileged

On the host side, attach to running pod with the exposed port.

$ xpra attach tcp://localhost:1234

Override default Xpra parameters

when you want to use a different display or tcp port and add other arguments

make sure you don't forget --daemon=no

$ podman run --rm=true -p 1234:10020 nodetransit/xpra start :100 --bind-tcp=0.0.0.0:10020 --daemon=no --opengl=no

Tag summary

Content type

-

Digest

Size

-

Last updated

over 4 years ago

docker pull nodetransit/xpra