a lightweight java jre container
794
A JRE using Java Modules and extending Alpine Linux to keep it small
docker build --no-cache -t predixedge/predix-edge-java-jre-1-11:latest -f Dockerfile .
or with proxy
docker build --no-cache --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy --build-arg http_proxy=$http_proxy -t predixedge/predix-edge-java-jre-1-11:latest -f Dockerfile .
docker run predixedge/predix-edge-java-jre-1-11:latest
Content type
Image
Digest
Size
39.5 MB
Last updated
over 7 years ago
docker pull predixedge/predix-edge-java-jre-1-11