Sign inSign up

backplane/lxde

By backplane

•Updated about 23 hours ago

debian:stable-slim-based dockerization of TigerVNC running an LXDE X11 desktop environment

Image
1

10K+

backplane/lxde repository overview

⁠lxde

debian:stable-slim⁠-based dockerization of TigerVNC⁠ running an LXDE⁠ X11 desktop environment

The source code for this image is hosted on GitHub in the backplane/conex repo⁠.

⁠Usage

Use the command below. A session-specific VNC password will be generated and written to the standard output. Then VNC to localhost and enter the password.

sudo is available but you need to set a password for the non-priv user first.

I'm more interested in deploying this in a pod with noVNC⁠ behind TLS.

⁠Interactive

lxde() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --publish "5900:5900" \
    --volume "lxdehome:/work/" \
    "backplane/lxde" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:231319889…

Size

292.9 MB

Last updated

about 23 hours ago

docker pull backplane/lxde