lmarcon / docker-glassfish

A docker image file for Glassfish 4.1
https://hub.docker.com/r/koralco/glassfish/
0 stars 0 forks source link

Request Feature: Remote Login to the admin console #1

Open setterlee opened 5 years ago

setterlee commented 5 years ago

Hi, I was trying the 4.1 image and I need to access to the Administration console.

Leaving the password field in blank no work.

I guess is for the remote access: What is the default admin password for the official glassfish docker from dockerhub

Can you add the follow commands to the entry point?

asadmin change-admin-password --domain_name [DOMAIN_NAME]
asadmin enable-secure-admin --port [PORT_NAME]
setterlee commented 5 years ago

I just found in the Dockerfile that the password is "glassfish".

Now my request is that add this info to the readme ;)