isim/wso2dss

By isim

Updated about 8 years ago

Docker image to install and run WSO2 Data Service Server.

Image
5

10K+

docker-wso2dss

Codeship Status for ihcsim/docker-wso2dss

Docker image to install and run WSO2 Data Service Server.

Description

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.

Usage

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.

License

Refer to the LICENSE file. WSO2 license can be found here.

Docker Pull Command

docker pull isim/wso2dss