Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.38 KB

docker-wso2esb

Codeship Status for ihcsim/docker-wso2esb

Docker image to install and run WSO2 Enterprise Service Bus.

Description

The Dockerfile will:

  • Use wget to pull the ESB 5.0.0 ZIP from a S3 bucket into the container /opt folder.
  • Install zip.
  • Unzip the ESB 5.0.0 ZIP.
  • Remove the ESB 5.0.0 ZIP.
  • Expose the container port 9443, 9763, 8243, 8280.
  • Set the wso2server.sh start-up script as the container start-up entrypoint.

Usage

To run the WSO2 ESB:

docker run -d --name esb -p 9443:9443 isim/wso2esb

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.