Sign inSign up

mguymon/torquebox

By mguymon

Updated almost 11 years ago

Torquebox 3.1 container for Ubuntu 13.04

Image
2

1.3K

mguymon/torquebox repository overview

About

Torquebox container for Ubuntu 14.04. The Docker tag relates to the Torquebox version.

Adding to a Dockerfile

FROM mguymon/torquebox:3.1.0
Starting Torquebox

The simple script /opt/torquebox/start_torquebox.sh starts up Torquebox and binds the container's IP.

CMD ["/opt/torquebox/start_torquebox.sh"]
Running

Example of running Torquebox, forwarding port 8080, mounting the deployments volume to /opt/torquebox/deployments, and naming the container torquebox

sudo docker run -d -p 8080:8080 -v /opt/torquebox/deployments:/opt/torquebox/jboss/standalone/deployments --name torquebox mguymon/torquebox:3.1.0

Tag summary

Content type

Image

Digest

sha256:07d7913a3

Size

577.3 MB

Last updated

almost 11 years ago

docker pull mguymon/torquebox