Sign inSign up

openeuler/wildfly

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.1K

openeuler/wildfly repository overview

Quick reference

WildFly | 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

TagCurrentlyArchitectures
37.0.1-oe2403sp4wildfly 37.0.1 on openEuler 24.03-LTS-SP4amd64, arm64
37.0.1-oe2403sp1wildfly 37.0.1 on openEuler 24.03-LTS-SP1amd64, arm64
36.0.0-oe2403sp1WildFly 36.0.0 on openEuler 24.03-LTS-SP1amd64, arm64
37.0.0-oe2403sp2WildFly 37.0.0 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:6b9780380

Size

450.7 MB

Last updated

2 months ago

docker pull openeuler/wildfly

This week's pulls

Pulls:

8

Last week