isim/wso2esb
Docker image to install and run WSO2 Enterprise Service Bus.
10K+
Docker image to install and run WSO2 Enterprise Service Bus.
The Dockerfile will:
wget
to pull the ESB 5.0.0 ZIP from a S3 bucket into the container /opt
folder.zip
.9443
, 9763
, 8243
, 8280
.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.
docker pull isim/wso2esb