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