Run Ubuntu Linux in Docker with Desktop Environment and VNC

作者:iohannes 发布时间: 2025-03-18 阅读量:22

remote into ubuntu

docker install ubuntu

docker pull dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt

docker run -d
–name ubuntu_desktop
-v /dev/shm:/dev/shm
-p 6080:80
dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt

remote into ubuntu docker image

http://127.0.0.1:6080/