Skip to content

Latest commit

 

History

History

Docker Stars Docker Pulls

What is Nano Server?

Windows Server 2016 offers a new installation option: Nano Server. Nano Server is a remotely administered server operating system optimized for private clouds and datacenters. It is similar to Windows Server in Server Core mode, but significantly smaller, has no local logon capability, and only supports 64-bit applications, tools, and agents. It takes up far less disk space, sets up significantly faster, and requires far fewer updates and restarts than Windows Server. When it does restart, it restarts much faster. For more details, follow this link.

What is (Java) OpenJDK?

OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE). For more details, follow this link.

List of available OpenJDK distro

  • Oracle's Java OpenJDK is a free and open source implementation of the Java Platform, Standard Edition. It is the result of an effort Sun Microsystems began in 2006. For more details, follow this link.

  • Zulu is an enterprise quality, certified build of OpenJDK that can be deployed on multiple platforms. It is a Java platform that makes sense. For more details, follow this link.

Releases Tag

This is a brief example on how the image is tagged and does not represent every currently available tags.

Tag OS Version Distro Java Version Dockerfile
latest sac2016 Java 10.0.1 Dockerfile
sac2016-java-10.0.1 sac2016 Java 10.0.1 Dockerfile
sac2016-zulu-10.0.1 sac2016 Zulu 10.0.1 Dockerfile
sac2016-java-10 sac2016 Zulu 10.0 Dockerfile
sac2016-zulu-10 sac2016 Java 10.0 Dockerfile
sac2016-zulu-9.0.7 sac2016 Zulu 9.0.7 Dockerfile
sac2016-java-9.0.4 sac2016 Java 9.0.4 Dockerfile
sac2016-zulu-8.0.172 sac2016 Zulu 8.0.172 Dockerfile

Getting Started with (Java) OpenJDK on Nano Server

  • Step 1 - Switch to Windows container:

  • Step 2 - Pull the docker image using Docker CLI:

    docker pull kiazhi/nanoserver.java.openjdk
  • Step 3 - Inspect the container interactively using Docker CLI:

    docker run --rm -it kiazhi/nanoserver.java.openjdk
  • Step 4 - Verify Java version within the container interactively:

    java -version
  • Step 4 - Verify Java Complier version within the container interactively:

    javac -version
  • Step 6 - Exit from the container:

    exit

DISCLAIMER

EXCEPT AS REPRESENTED IN THIS AGREEMENT, ALL WORK PRODUCT BY DEVELOPER IS PROVIDED "AS-IS". OTHER THAN AS PROVIDED IN THIS AGREEMENT, DEVELOPER MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, AND HEREBY DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING ANY WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.