Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 749 Bytes

Immutant Docker image

This is an example Dockerfile with Immutant application server.

Usage

docker run -it jboss/immutant

Extending the image

FROM jboss/immutant
# Do your stuff here

Then you can build the image:

docker build .

Building on your own

You don't need to do this on your own, because we prepared an automated build for this repository, but if you really want:

docker build --rm=true --tag=jboss/immutant .

Source

The source is available on GitHub.

Issues

Please report any issues or file RFEs on GitHub.