Sign inSign up

webuni/java

By webuni

Updated about 6 years ago

Minimal java images

Image
0

2.4K

webuni/java repository overview

JAVA docker image (minidocks/java)

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.

Usage

docker run --rm -it -v `pwd`:/app -w /app minidocks/java:8 sh

If you want to run GUI:

xhost +
docker run --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v `pwd`:/app -w /app minidocks/java:8-gui

Tags

TagSize
latest
8
8-jre
8-gui

Tag summary

Content type

Image

Digest

Size

63.7 MB

Last updated

about 6 years ago

docker pull webuni/java:7-jre-nogui