docker build -t sewatech/wildfly .
If you want a direct access to the applications :
docker run -p 8080:8080 -p 9990:9990 -d sewatech/wildfly
If you want to access to the applications via a proxy :
docker run -p 9990:9990 -d sewatech/wildfly
If port 8080 is bound :
http://localhost:8080/
For management :
http://localhost:9990/
with credentials alexis:hassler
Content type
Image
Digest
sha256:d40afe092…
Size
360.8 MB
Last updated
almost 11 years ago
docker pull sewatech/wildfly