通过VNC访问docker容器的图形界面_spylyt的博客-CSDN博客_docker vnc
Save From : 通过VNC访问docker容器的图形界面_spylyt的博客-CSDN博客_docker vnc
Content
From Docker Index
1 | docker pull dorowu/ubuntu-desktop-lxde-vnc |
Build yourself
1 | git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.gitdocker build --rm -t dorowu/ubuntu-desktop-lxde-vnc docker-ubuntu-vnc-desktop |
Run
1 | docker run -it --rm -p 8080:80 dorowu/ubuntu-desktop-lxde-vnc |