https://github.com/ihcsim/docker-wso2esb
Docker image to install and run WSO2 Enterprise Service Bus.
https://github.com/ihcsim/docker-wso2esb
docker wso2 wso2-esb
Last synced: 9 months ago
JSON representation
Docker image to install and run WSO2 Enterprise Service Bus.
- Host: GitHub
- URL: https://github.com/ihcsim/docker-wso2esb
- Owner: ihcsim
- License: apache-2.0
- Created: 2014-04-20T23:42:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T23:08:25.000Z (over 9 years ago)
- Last Synced: 2025-10-06T02:19:16.880Z (9 months ago)
- Topics: docker, wso2, wso2-esb
- Language: Shell
- Size: 17.6 KB
- Stars: 13
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-wso2esb
[ ](https://app.codeship.com/projects/197572) [](https://microbadger.com/images/isim/wso2esb:5.0.0 "Get your own version badge on microbadger.com") [](https://microbadger.com/images/isim/wso2esb:5.0.0 "Get your own commit badge on microbadger.com") [](https://microbadger.com/images/isim/wso2esb:5.0.0 "Get your own image badge on microbadger.com")
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:
```sh
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](LICENSE) file. WSO2 license can be found [here](http://wso2.com/licenses).