Visit Azul.com Support

Get Started with Azul Platform Prime using Docker

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us
Looking for Zing?
The Azul Zing Virtual Machine is now Azul Zulu Prime Builds of OpenJDK and part of Azul Platform Prime.
Learn more
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:

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