Docker image to install and run WSO2 Enterprise Service Bus.
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.
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.