DEV Community

mutterings in the dark
mutterings in the dark

Posted on

Podman/Docker container with a (GUI) remote desktop VNC on Raspberry PI 4

Kasmweb

podman run --rm -ti -p 6901:6901 \
   -e VNC_PW=password \
   docker.io/kasmweb/core-ubuntu-jammy:aarch64-1.14.0-rolling
Enter fullscreen mode Exit fullscreen mode

With a web browser, login using kasm_user. Password is defined by env variable VNC_PW.

Resources:

Top comments (0)