The official WildFly docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current WildFly docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
WildFly is a powerful, modular, & lightweight application server that helps you build amazing enterprise Java applications.
Learn more on WildFly Website.
The tag of each wildfly docker image is consist of the version of wildfly and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 37.0.1-oe2403sp4 | wildfly 37.0.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 37.0.1-oe2403sp1 | wildfly 37.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 36.0.0-oe2403sp1 | WildFly 36.0.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 37.0.0-oe2403sp2 | WildFly 37.0.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/wildfly image from docker
docker pull openeuler/wildfly:{Tag}
To boot in standalone mode
docker run -d -p 8080:8080 --name my-wildfly openeuler/wildfly:{TAG}
To boot in domain mode
docker run -d --name my-wildfly openeuler/wildfly:{TAG} ./bin/domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0
View container running logs
docker logs -f my-wildfly
To get an interactive shell
docker exec -it my-wildfly /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:6b9780380…
Size
450.7 MB
Last updated
2 months ago
docker pull openeuler/wildflyPulls:
8
Last week