paulosales / docker-jboss

Docker image to run JBoss 7 over openjdk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prsales/jboss - Build Status

Docker image that runs JBoss AS over Openjdk.

Supported tags and respective Dockerfile links

Usage

docker run -d -p 8080:8080 -p 9990:9990 prsales/jboss

The default admin password

The default admin username is admin and his password is adminpwd. You can specify a customized password using the environment variable JBOSS_PASS like that:

docker run -d -p 8080:8080 -p 9990:9990 -e JBOSS_PASS="mypass" prsales/jboss

About

Docker image to run JBoss 7 over openjdk.


Languages

Language:Dockerfile 61.4%Language:Shell 38.6%