WildFly 11 server with extra WildFly tooling for Docker builds
240
WildFly 11.0.0.Final with a few docker build helpers:
$JBOSS-HOME/bin/jboss-cli-docker.shdocker build --tag humanswitch/wildfly11 .
docker build --tag humanswitch/wildfly11 \
https://github.com/humanswitch/docker.git#:wildfly11
There is not much sense in running this empty WildFly instance. But you can do it anyway:
docker run -it --rm humanswitch/wildfly11
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.
Content type
Image
Digest
Size
312.7 MB
Last updated
almost 8 years ago
docker pull humanswitch/wildfly11