Docker image to install and run WSO2 Enterprise Service Bus.
The Dockerfile will:
- Use
wgetto pull the ESB 5.0.0 ZIP from a S3 bucket into the container/optfolder. - 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.shstart-up script as the container start-up entrypoint.
To run the WSO2 ESB:
docker run -d --name esb -p 9443:9443 isim/wso2esbTo access web admin console, navigate to https://localhost:9443 using your web browser.