payara/server-web

By payara

Updated 10 days ago

Payara Server Web Profile Community Edition Image

Image

100K+

Payara Server Web Profile

Official image for Payara Server Web Profile Community distribution.

Quickstart

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-web

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-web: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-web