GlassFish Server Docker image

Since GlassFish 7.0.16, the Eclipse GlassFish project publishes official GlassFish Docker image in the ghcr.io repository:

These images are based on the images for older GlassFish versions by OmniFish.

You can run the latest GlassFish Server in Docker with the following command:

docker run -p 8080:8080 -p 4848:4848 ghcr.io/eclipse-ee4j/glassfish

Docker images for older GlassFish versions by OmniFish

OmniFish provides actively maintained and supported Docker images for Eclipse GlassFish Server on dockerhub:

You can run the a specific version of the GlassFish Server in Docker with the following command:

docker run -p 8080:8080 -p 4848:4848 omnifish/glassfish:7.0.15

For more documentation, refer to the documentation of the omnifish/glassfish image in dockerhub.