Sign inSign up

ivonet/glassfish

By ivonet

Updated over 4 years ago

The new eclipse-glassfish server

Image
0

1.6K

ivonet/glassfish repository overview

Glassfish application server

Glassfish docker image with admin panel enabled

Exposed Ports

Port numberDescription
8080HTTP port
8181HTTPS port
4848Administration port
8686Pure JMX Clients Port
7676Message Queue Port
3700IIOP Port
3820IIOP/SSL Port
3920IIOP/SSL Port With Mutual Authentication

Volumes

Volume pathDescription
/opt/glassfish6/glassfish/domains/domain1/autodeployThe auto deploy folder for web archives (war) can be accessed in a Dockerfile with the ${DEPLOY_DIR} variable

Environment variables

Variable nameDescriptionDefault
ADMIN_PASSWORDThe admin password for http://localhost:4848.

Usage

docker run \
  -d \
  --name glassfish \
  -e ADMIN_PASSWORD=S3cr3t \
  -p 8080:8080 \
  -p 4848:4848 \
  ivonet/glassfish

If you omit the ADMIN_PASSWORD line a password will be generated for you. You will see something like:

################################################################
########## GENERATED ADMIN PASSWORD: OtOCD2CS4lRdoelW  #########
################################################################

Tag summary

Content type

Image

Digest

Size

451.8 MB

Last updated

over 4 years ago

docker pull ivonet/glassfish