/docker-wildfly

Docker container for the Wildfly application server

MIT LicenseMIT

Docker container for Wildfly

Docker container for the Wildfly application server. Based on default jboss container, but built with ubuntu and a few project tweaks.

Usage

Boot in standalone mode

docker run -it mihahribar/wildfly

Boot in domain mode

docker run -it mihahribar/wildfly /opt/wildfly/bin/domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0