Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.81 KB

README.md

File metadata and controls

45 lines (26 loc) · 2.81 KB

Supported tags and respective Dockerfile links

JBossAS Docker image

This is a Dockerfile with JBoss application server. Encompasses legacy versions of JBoss application server, currently providing images for families 4.X and 5.X. If you wish to use latest versions (which is now called WildFly), please use andreptb/wildfly image.

Important: Only jboss-4.2.3.GA image contains Apache Ant build tool.

JBossAS Documentation

Though some of the documentation do not apply because of Docker, you may find useful information here.

Usage

To boot with default command line args

docker run -it -p 8080:8080 andreptb/jboss-as

To boot with a different configuration name (or any other valid command line arg)

docker run -it -p 8080:8080 andreptb/jboss-as /opt/jboss/jboss4/bin/run.sh --configuration=<name>

When started web console can be accessed at:

http://localhost:8080

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 1.6.2.

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.