Only the :latest tag and the most recent semver release receive security
updates. Older tags are immutable.
Report security issues privately via GitHub Security Advisories: https://github.com/mscrnt/ubuntu-desktop-docker/security/advisories/new.
Please do not open public issues for security reports.
- The image runs
systemdas PID 1. It does not require--privilegedon cgroup v2 hosts; use--cgroupns=hostplus the documented tmpfs mounts. - SSH is enabled by default with password authentication. For production,
bake an authorized public key into the user's
~/.ssh/authorized_keysand setPasswordAuthentication noin/etc/ssh/sshd_config. - The
USERNAMEaccount has passwordlesssudo. Treat the container as a workstation, not a hardened server. - Do not expose ports 22 / 3389 / 5901 to the public internet without a VPN or reverse proxy fronting them.