/docker-wso2apim

Docker image to install and run WSO2 API Manager.

Primary LanguageShellApache License 2.0Apache-2.0

docker-wso2apim

Codeship Status for ihcsim/docker-wso2apim

Docker image to install and run WSO2 API Manager.

Description

The Dockerfile will:

  • Use wget to pull the WSO2 API Manager 2.0.0 zip file from a S3 bucket into the container /opt folder.
  • Install zip.
  • Unzip the APIM 2.0.0 ZIP.
  • Remove the APIM 2.0.0 ZIP.
  • Expose the container port 9443, 9736, 8243, 8280, 10397, 7711.
  • Set the wso2server.sh start-up script as the container entrypoint.

Usage

To run the WSO2 API Manager:

$ docker run -d --name apim -p 9443:9443 isim/wso2apim

To access the web UI:

License

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