payara/server-full

By payara

Updated 10 days ago

Payara Server Full Profile Community Edition Image

Image

1M+

Payara Server Full Profile

Official image for Payara Server Full Profile Community distribution.

Quick start

Launch a new Payara Server domain running in a container listening in port 8080 with the following command:

docker run -p 8080:8080 payara/server-full

The Docker container specifies the default entry point, which starts a custom domain domain1 in foreground so that Payara Server becomes the main process.

Keep in mind the following:

  • The container starts the domain1 domain in the foreground so the server's DAS becomes the main process.
  • The tini utility is used to guarantee that the server runs seamlessly as the single child process.
  • The server's JVM process runs under the payara user.
Using a specific version
docker run -p 8080:8080 payara/server-full: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/server-full