Docker image to install and run WSO2 Data Service Server.
The dockerfile will:
- Use
wgetto pull the DSS 3.5.1 ZIP from a S3 bucket into the container/optfolder. - Install
zip. - Unzip the DSS ZIP.
- Remove the DSS ZIP.
- Expose the container port
9443,9763,8243,8280. - Set the
wso2server.shstart-up script as the container entrypoin.
To run the WSO2 DSS:
$ docker run -d --name dss -p 9443:9443 isim/wso2dssTo access web admin console, navigate to https://localhost:9443 using your web browser.