原 Ubuntu使用VNC运行基于Docker的桌面系统
生活随笔
收集整理的這篇文章主要介紹了
原 Ubuntu使用VNC运行基于Docker的桌面系统
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
摘要: 這是通過VNC,遠程啟動Ubuntu桌面系統的訪問方法。對于Windows轉Linux的程序猿有更大的意義,否則大名鼎鼎的Docker只能敲命令行,雖然強大入門卻難。
https://my.oschina.net/u/2306127/blog/486371?fromerr=4it1Y0YA
docker-ubuntu-vnc-desktop
From Docker Index
docker?pull?dorowu/ubuntu-desktop-lxde-vncBuild yourself
git?clone?https://github.com/fcwu/docker-ubuntu-vnc-desktop.git docker?build?--rm?-t?dorowu/ubuntu-desktop-lxde-vnc?docker-ubuntu-vnc-desktopRun
docker?run?-i?-t?-p?6080:6080?dorowu/ubuntu-desktop-lxde-vncBrowse?http://127.0.0.1:6080/vnc.html
https://my.oschina.net/u/2306127/blog/486371?fromerr=4it1Y0YA
總結
以上是生活随笔為你收集整理的原 Ubuntu使用VNC运行基于Docker的桌面系统的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 容器镜像安全概述
- 下一篇: 利用docker编译Android源码