Sign inSign up

humanswitch/wildfly11

By humanswitch

Updated almost 8 years ago

WildFly 11 server with extra WildFly tooling for Docker builds

Image
0

240

humanswitch/wildfly11 repository overview

WildFly 11.0.0.Final with a few docker build helpers:

  • WildFly can be configured with CLI scripts by using $JBOSS-HOME/bin/jboss-cli-docker.sh
  • environment variables can be used in CLI parameter values

Build

Local:
docker build --tag humanswitch/wildfly11 .
GitHub
docker build --tag humanswitch/wildfly11 \
  https://github.com/humanswitch/docker.git#:wildfly11

Run

There is not much sense in running this empty WildFly instance. But you can do it anyway:

docker run -it --rm humanswitch/wildfly11

Credits

Credits go to Marek Goldmann for the "execute.sh" (in this project called jboss-cli-docker.sh) script which makes it possible to modify WildFly configuration easily during the Docker build process.

Tag summary

Content type

Image

Digest

Size

312.7 MB

Last updated

almost 8 years ago

docker pull humanswitch/wildfly11