This is an example Dockerfile with TorqueBox application server.
docker run -it jboss/torquebox
FROM jboss/torquebox
# Do your stuff here
Then you can build the image:
docker build .
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 .
The source is available on GitHub.
Please report any issues or file RFEs on GitHub.