Sign inSign up

gotoeasy/eclipse

By gotoeasy

Updated about 7 years ago

Image
0

295

gotoeasy/eclipse repository overview

简介

Docker Cloud Build Status Image Layers Image Size Docker Pulls

gotoeasy/ubuntu-desktop的基础上,安装eclipse开发环境

例子

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

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

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

内容

  • git
  • svn
  • openjdk-8-jdk
  • eclipse (committers 2019-09 M2)
  • gradle (5.6)
  • maven (3.6.1)
  • nodejs (stable)
gotoeasy/ubuntu-desktop
  • ubuntu:18.04
  • 用户:root
  • 默认SSH密码:123456
  • 默认VNC密码:123456
  • 预装XRDP,但window的远程桌面连接性能较差所以未启动,需要时自行开启service xrdp start,默认端口3389
  • 预装wgetcurlfirefox等少许常用软件
  • 时区Asia/Shanghai
  • 中文桌面环境xfce
  • 中文输入法
  • VNC远程桌面连接时支持和本机之间相互复制粘贴文本

截图

http://gotoeasy.github.io/screenshots/docker-ubuntu-eclipse/eclipse.jpg

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

about 7 years ago

docker pull gotoeasy/eclipse