Skip to content

Dockerfile for help to some who need create a docker container for development

License

Notifications You must be signed in to change notification settings

pazfernando/jboss-eap-6.4.0-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jboss-eap-6.4.0-docker

Dockerfile for help to someone who needs to create a docker container for development

  • You need download the jboss-eap-6.4.0.zip from http://developers.redhat.com because we are not able to redistribute this versión according our development purpose. Please review http://developers.redhat.com/terms-and-conditions/
  • Then you build the image docker build -t jboss-eap:6.4.0 .
  • Finally you should start the JBoss with some like docker run --name jboss-eap-6.4.0 -p 18080:8080 -p 19990:9990 -p 19999:9999 -d jboss-eap:6.4.0

You have access, according with the run command:

  • For applications: http://localhost:18080/
  • Console: http://localhost:19990/

The credentials for console access are:

  • User: admin
  • Password: welcome1!

Of course if you change the ports mapped you'll need to change the previous URLs on appropriate way.

Note: the jboss-eap-6.4.0.zip file needs to be in the same directory where the file Dockerfile was downloaded.

I hope helps Thanks

pazfernando

About

Dockerfile for help to some who need create a docker container for development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published