Docker image to install and run WSO2 DemoApp.
(Docker base image thanks to https://github.com/ihcsim/docker-wso2esb)
The dockerfile will:
wget to pull the ESB 4.9.0 ZIP, the DSS 3.5.0 ZIP and the IS 5.1.0 ZIP from the WS02 site into the container /opt folder.zip.9443, 9444 and 9445.wso2server.sh start-up script as the container start-up entrypoint.docker pull 13yo/wso2demodocker build --rm -t your_image_name github.com/13yo/docker-wso2docker run --rm --name your_container_name -p 9443:9443 -p 9444:9444 -p 9445:9445 your_image_namehttps://localhost:9443Follow me on [![alt text][1.1]][1] [1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) [1]: http://www.twitter.com/tobiaskaatzeu
Content type
Image
Digest
Size
909 MB
Last updated
over 10 years ago
docker pull 13yo/wso2demo