docker内运行图形界面
- 2023-02-18 10:09:00
- CJL 原创
- 1531
https://www.cnblogs.com/51python/p/16629697.html linux 安装图形界面
安装这个镜像 https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc
启动命令:docker run -p 1490:80 -p 1491:5900 -e VNC_PASSWORD=aexggw -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc
启动成功后可以通过浏览器访问1490看到桌面
也可以通过mac自带的屏幕共享程序访问1491端口看到桌面
安装成功后可以安装浏览器:https://www.cnblogs.com/51python/p/16629697.html
发表评论