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) · 748 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 748 Bytes

TorqueBox Docker image

This is an example Dockerfile with TorqueBox application server.

Usage

docker run -it jboss/torquebox

Extending the image

FROM jboss/torquebox
# 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 --tag=jboss/torquebox .

Source

The source is available on GitHub.

Issues

Please report any issues or file RFEs on GitHub.