Sign inSign up

13yo/wso2demo

By 13yo

Updated over 10 years ago

ESB, DSS and IS

Image
0

6.1K

13yo/wso2demo repository overview

docker-wso2esb

Docker image to install and run WSO2 DemoApp.

(Docker base image thanks to https://github.com/ihcsim/docker-wso2esb)

Description

The dockerfile will:

  • Use wget to pull the ESB 4.9.0 ZIP, the DSS 3.5.0 ZIP and the IS 5.1.0 ZIP from the WS02 site into the container /opt folder.
  • Install zip.
  • Unzip the ZIPs.
  • Remove the ZIPs.
  • Add port offsets for DSS and IS
  • Expose the container ports 9443, 9444 and 9445.
  • Set the wso2server.sh start-up script as the container start-up entrypoint.
Usage
  • To pull: docker pull 13yo/wso2demo
  • To build: docker build --rm -t your_image_name github.com/13yo/docker-wso2
  • To run: docker run --rm --name your_container_name -p 9443:9443 -p 9444:9444 -p 9445:9445 your_image_name
  • To access ESB web admin console, navigate to https://localhost:9443

Follow me on [![alt text][1.1]][1] [1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) [1]: http://www.twitter.com/tobiaskaatzeu

Tag summary

Content type

Image

Digest

Size

909 MB

Last updated

over 10 years ago

docker pull 13yo/wso2demo