Torquebox 3.1 container for Ubuntu 13.04
1.3K
Torquebox container for Ubuntu 14.04. The Docker tag relates to the Torquebox version.
FROM mguymon/torquebox:3.1.0
The simple script /opt/torquebox/start_torquebox.sh starts up Torquebox and binds the container's IP.
CMD ["/opt/torquebox/start_torquebox.sh"]
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
Content type
Image
Digest
sha256:07d7913a3…
Size
577.3 MB
Last updated
almost 11 years ago
docker pull mguymon/torquebox