Docker image to install and run WSO2 Data Service Server. It uses the dockerfile/java as its base image.
If you find this helpful, feel free to endorse me on coderwall.
The dockerfile will:
- Use
wget
to pull the DSS 3.2.0 ZIP from a S3 bucket into the container/opt
folder. - Install
zip
. - Unzip the DSS 3.2.0 ZIP.
- Remove the DSS 3.2.0 ZIP.
- Expose the container port
9443
. - Set the DSS
wso2server.sh
start-up script as the container start-up command.
- To pull:
docker pull isim/wso2dss
- To build:
docker build --rm -t your_image_name github.com/ihcsim/docker-wso2dss
- To run:
docker run --rm --name your_container_name -p 9443:9443 your_image_name
- To access DSS web admin console, navigate to
https://localhost:9443
Follow me on [![alt text][1.1]][1] [1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) [1]: http://www.twitter.com/IvanHCSIM