Skip to content

A docker container containing Glassfish4 and Oracle JDK 1.7.0_40

License

Notifications You must be signed in to change notification settings

sebsto/docker-glassfish4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-glassfish4

A docker container containing Glassfish4 and Oracle JDK 1.8.0_05

How to use it ?

  • Install Docker on Amazon Linux 2014.03 or more recent : sudo yum install -y docker ; service docker start

After having installed Docker and cloned or downloaded this repository) :

  • Build the image : docker build -t="gf" .

  • Start the container : docker run -i --name glassfish4 -p 4848:4848 -p 8080:8080 gf

This will create a network redirection from your host's ports 4848 and 8080 to conatiner's ports 4848 and 8080. You can then connect to GlassFish's admin console http://your.host.ip:4848 (admin / adminadmin)

About

A docker container containing Glassfish4 and Oracle JDK 1.7.0_40

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%