isim/wso2dss
Docker image to install and run WSO2 Data Service Server.
10K+
Docker image to install and run WSO2 Data Service Server.
The dockerfile will:
wget
to pull the DSS 3.5.1 ZIP from a S3 bucket into the container /opt
folder.zip
.9443
, 9763
, 8243
, 8280
.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.
docker pull isim/wso2dss