In order to use WSO2 product Docker images, you need an active WSO2 subscription. If you do not possess an active WSO2 subscription, you can sign up for a WSO2 Free Trial Subscription here.
Follow these installation instructions to install Docker.
Login to WSO2 Docker registry by executing following Docker command.
docker login docker.wso2.com
Start each WSO2 Stream Processor product profiles inside a container by executing the following Docker command.
For dashboard:
docker run -it -p 9643:9643 docker.wso2.com/wso2sp-dashboard
For editor:
docker run -it \
-p 9390:9390 \
-p 9743:9743 \
docker.wso2.com/wso2sp-editor
For manager:
docker run -it docker.wso2.com/wso2sp-manager
For worker:
docker run -it docker.wso2.com/wso2sp-worker
Once the container is started, access the management consoles of each profile via the following URLs on your web browser using the credentials username: admin and password: admin.
For dashboard:
Business Rules: https://localhost:9643/business-rules
Portal: https://localhost:9643/portal
Monitoring: https://localhost:9643/monitoring
For editor:
https://localhost:9390/editor
To start using WSO2 Stream Processor, read the Quick Start Guide.
Once the editor is running you can execute sample Siddhi applications as well as implement new Siddhi applications and test them using the simulator. For more information on using the editor please read our documentation.
Having trouble? Read our FAQ
This website uses cookies so that we can provide you with the best user experience. Read our Cookie Policy to find out more.
If you wish to disable cookies you can do so from your browser.
I Understand