dromedarius / docker-wso2dss

Docker image to install and run WSO2 Data Service Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-wso2dss

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. endorse

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.

Usage

  • 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

About

Docker image to install and run WSO2 Data Service Server.

License:Apache License 2.0