Minimal ubuntu desktop run on container.
Special thanks to the noVNC project.
Github repo
docker run -it --rm -p 6080:6080 --shm-size=1g \
--security-opt seccomp=unconfined -e USER_NAME=<username> \
-e USER_ID=<uid> -e GROUP_ID=<gid> -e PASSWORD=<password> \
-e TZ=<tz> yoas1/desktop:ubuntu24.04-001

