payara/micro

By payara

Updated 6 days ago

Payara Micro Community Edition Image

Image
38

500K+

Payara Micro

Official image for the Payara Micro Community distribution.

Quickstart

Launch a new Payara Micro instance running in a container listening in port 8080 with the following command:

docker run -p 8080:8080 payara/micro

Keep in mind the following:

  • The instance will start with no deployed applications.
  • Accessing the default HTTP endpoint will yield a 404 - Not Found response.
  • The instance's JVM process runs under the payara user.
Using a specific version
docker run -p 8080:8080 payara/micro:5.2021.1

More information about how to configure and fine tune containers that use this image can be found in the official overview in the Payara Platform Community Documentation

Docker Pull Command

docker pull payara/micro