Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.78 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.78 KB

简介

ubuntu:18.04的基础上,安装中文桌面环境,支持SSH和VNC远程连接

Docker Cloud Build Status Image Layers Image Size Docker Pulls


例子

// 以后台方式运行容器,指定SSH和VNC端口,默认密码为123456
docker run -d -p 22:22 -p 5900:5900 gotoeasy/ubuntu-desktop

// 可以指定密码(必须6位以上)及分辨率
docker run -d -p 22:22 -p 5900:5900 -e PASSWD=abcd1234 -e SIZE=1024x768 gotoeasy/ubuntu-desktop

// 用docker-compose方式启动,参考配置docker-compose.yml
docker-compose up

内容

  • ubuntu:18.04
  • 用户:root
  • 默认SSH密码:123456
  • 默认VNC密码:123456
  • 预装XRDP,但window的远程桌面连接性能较差所以未启动,需要时自行开启service xrdp start,默认端口3389
  • 预装wgetcurlfirefox等少许常用软件
  • 时区Asia/Shanghai
  • 中文桌面环境xfce
  • 中文输入法
  • VNC远程桌面连接时支持和本机之间相互复制粘贴文本

截图

https://gotoeasy.github.io/screenshots/docker-ubuntu-desktop/ssh.jpg https://gotoeasy.github.io/screenshots/docker-ubuntu-desktop/vnc.jpg