Sign inSign up

sewatech/wildfly

By sewatech

Updated almost 11 years ago

Debian + WildFly, in HA mode

Image
1

1.6K

sewatech/wildfly repository overview

Content

  • Debian Jessie
  • WildFly 9.0.2

Build

docker build -t sewatech/wildfly .

Run

If you want a direct access to the applications :

docker run -p 8080:8080 -p 9990:9990 -d sewatech/wildfly

If you want to access to the applications via a proxy :

docker run -p 9990:9990 -d sewatech/wildfly

Connect

If port 8080 is bound :

http://localhost:8080/

For management :

http://localhost:9990/

with credentials alexis:hassler

Tag summary

Content type

Image

Digest

sha256:d40afe092

Size

360.8 MB

Last updated

almost 11 years ago

docker pull sewatech/wildfly