Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 602 Bytes

File metadata and controls

17 lines (13 loc) · 602 Bytes

docker-wso2esb

Docker Image for WSO2 Enterprise Service Bus(ESB).

The dockerfile will:

  • Copy ESB 4.9.0 zip to /opt from Packages directory.
  • Unzip the ESB 4.9.0 ZIP.
  • Expose the container port 9443.
  • Set the ESB wso2server.sh start-up script as the container start-up command.

Usage

  • To pull: docker pull anitech/wso2-esb
  • To build: docker build -t your_image_name github.com/tapas4java/docker-wso2esb
  • To run: docker run --name your_container_name -p 9443:9443 your_image_name
  • To access ESB web admin console, navigate to https://localhost:9443/carbon