Eclipse Neon and Oracle Java 8 running on XFCE desktop over VNC
10K+
This is a heavyweight image ~1.8Gb (sorry to all the Docker purists). It installs Oracle JDK 8 and the Eclipse Neon Java IDE on Ubuntu 16.04 with XFCE.
IMPORTANT By running this container you must agree to the Oracle JDK 8 license agreement (http://www.oracle.com/technetwork/java/javase/terms/license/index.html)
docker run -d -p 5901:5901 --name eclipse twistify/eclipse-java-vnc
The desktop can then be viewed pointing your VNC client to your container's IP and port 5901. The default vnc password is: eclipse The default user (who has sudo privileges) is: eclipse The default user's password is: eclipse The default desktop resolution is: 1024x768
The following environment variables are available to customize your container
VNC_PASSWORD
Use to customize the vnc password.
default: VNC_PASSWORD=eclipse
VNC_RESOLUTION
Use the customize the vnc desktop size.
default VNC_RESOLUTION=1024x768
USERNAME
Use to change the desktop owner's username.
Note: this user can run root commands using sudo.
default USERNAME=eclipse
PASSWORD
Use to change the desktop owner's password.
default PASSWORD=eclipse
0.2
Content type
Image
Digest
Size
894.8 MB
Last updated
over 9 years ago
docker pull twistify/eclipse-java-vnc