Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 537 Bytes

Dockerized 1000kit wildfly backend image

This repository contains JBoss Wildfly image and aditional drivers(postgres)

Installed versions:

Wildfly 17.0.0.Final

Availability

The Dockerfile is available in the master branch and is built in the Docker HUB as 1000kit/wildfly-backend:latest.

Build Image

Take a Dockerfile and build with the default arguments:

$ docker build -t 1000kit/wildfly-backend .

or simply use the build.sh script

##RUN

$ docker run -it 1000kit/wildfly-backend