Open setterlee opened 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]
I just found in the Dockerfile that the password is "glassfish".
Now my request is that add this info to the readme ;)
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?