eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

dockerfile - Payara 5 #169

Closed Daniel-Dos closed 6 years ago

Daniel-Dos commented 6 years ago

What does this PR do?

Attention: Payara 5.181 only works correctly in the JDK 8u162 version, it has been updated in PR-> #176

What issues does this PR fix or reference?

None

New behavior

  - / home / user / payara5 / bin / asadmin start-domain   - / home / user / payara5 / bin / asadmin stop-domain   - / home / user / payara5 / bin / asadmin restart-domain

admin-console : username -> admin
password -> admin

to add volumes, modify on che.env to:

CHE_WORKSPACE_VOLUME = 
 your location: /home/user/payara5/glassfish/domains/domain1/autodeploy;

Tests written?

No

Docs updated?

No

ghost commented 6 years ago

@Daniel-Dos thanks ofr your contribution, but we're currently not looking into expanding the list of pre-defined stacks.