共计 1143 个字符,预计需要花费 3 分钟才能阅读完成。
这是通过 VNC,远程启动 Ubuntu 桌面系统的访问方法。对于 Windows 转 Linux 的程序猿有更大的意义,否则大名鼎鼎的 Docker 只能敲命令行,虽然强大入门却难。
docker-ubuntu-vnc-desktop
From Docker Index
docker pull dorowu/ubuntu-desktop-lxde-vnc
Build yourself
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
docker build –rm -t dorowu/ubuntu-desktop-lxde-vnc docker-ubuntu-vnc-desktop
Run
docker run -i -t -p 6080:6080 dorowu/ubuntu-desktop-lxde-vnc
Browse http://127.0.0.1:6080/vnc.html
Ubuntu 15.04 下安装 Docker http://www.linuxidc.com/Linux/2015-07/120444.htm
配置 Docker 镜像下载的本地 mirror 服务 http://www.linuxidc.com/Linux/2015-07/120061.htm
Docker 安装应用 (CentOS 6.5_x64) http://www.linuxidc.com/Linux/2014-07/104595.htm
在 Docker 中使用 MySQL http://www.linuxidc.com/Linux/2014-01/95354.htm
在 Ubuntu Trusty 14.04 (LTS) (64-bit) 安装 Docker http://www.linuxidc.com/Linux/2014-10/108184.htm
Docker 安装应用 (CentOS 6.5_x64) http://www.linuxidc.com/Linux/2014-07/104595.htm
Ubuntu 14.04 安装 Docker http://www.linuxidc.com/linux/2014-08/105656.htm
阿里云 CentOS 6.5 模板上安装 Docker http://www.linuxidc.com/Linux/2014-11/109107.htm
Docker 的详细介绍 :请点这里
Docker 的下载地址 :请点这里
更多 Ubuntu 相关信息见 Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址 :http://www.linuxidc.com/Linux/2015-08/121170.htm