Get Started with Azul Platform Prime using Docker
Table of Contents
Note
|
Need a different Linux distro? Go back to Azul Platform Prime Downloads. |
These instructions guide you through the Azul Platform Prime installation using Docker.
Using Docker Azul Zing Builds of OpenJDK
Docker images of Azul Zing Builds of OpenJDK (Zing) are provided through Docker Hub.
CentOS, Debian, and Ubuntu based official Docker images of Zing are available in the following repositories:
-
Ubuntu: azul/prime
-
CentOS: azul/prime-centos
-
Debian: azul/prime-debian
Usage
The Azul Platform Prime repository supports numerous versions of OpenJDK-based Java SE JDKs. To run a container of your choice, use one of these example commands, depending on the required version:
docker run -it --rm azul/prime:17 java -version
docker run -it --rm azul/prime:15 java -version
docker run -it --rm azul/prime:13 java -version
docker run -it --rm azul/prime:11 java -version
docker run -it --rm azul/prime:8 java -version