The Dockerfile generates Glassfish5 image which is built for Java EE 8.
Glassfish5 is the Java EE 8 application server as a reference implementation. It is built almost everyday for Final Release on July-2017. This Dockerfile enables you to get a Glassfish5 build archive, install it and run it instanlty.
- Two types of build
- Based on Oracle Java
- User/Password initial setup
- Docker store account
- Checkout Oracle Java in Docker store
docker pull shinyay/docker-glassfish5
docker run -it --rm -p 4848:4848 shinyay/docker-glassfish5
Glassfish Console: http://localhost:4848
- user: admin
- password: glassfish
Released under the MIT license