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

jboss-dockerfiles/torquebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image for TorqueBox project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages