This is a Docker image with the WildFly Application Server.
See wildfly.org for more information This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.26.0.1.Final | docker pull icr.io/ibmz/wildfly@sha256:9e1aad0c2a6788473153e0785f4abe63f95e36961f07a7878cd0372ef11f1d74 | Vulnerability Report | 04-04-2022 | 32.0.0.Final | docker pull icr.io/ibmz/wildfly@sha256:4be1377755f102f1254e8cea40ef6cf73e9ee350b6a73339cf9d639b9b4192a2 | Vulnerability Report | 05-06-2024 | 26.0.0.Final | docker pull icr.io/ibmz/wildfly@sha256:357a6cdda0e3694a221e9dd2d2fb65878546ae86c7e61b7258133b4cdcb57e7e | Vulnerability Report | 01-12-2022 | 26.1.1.Final | docker pull icr.io/ibmz/wildfly@sha256:29ee71f020e8e9bb8dcdaa9331c697dfacc7d97b5a32c443671ed3a778b32571 | Vulnerability Report | 06-06-2022 |
Version | Pull String | Security (IBM Cloud) | Created |
---|---|---|---|
Exposed Ports: 8080 9990
To boot in standalone mode:
docker run -it icr.io/ibmz/wildfly:20.0.1
To boot in domain mode:
docker run -it --name wildfly -p 8088:8080 -p 9990:9990 icr.io/ibmz/wildfly:23.01 domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0