docker-ei
docker-ei copied to clipboard
Docker and Docker Compose resources for WSO2 Enterprise Integrator
## Purpose > Fix https://github.com/wso2/docker-ei/pull/284#discussion_r820569277
**Description:** Following instructions from this page https://wso2.com/integration/install/docker/get-started/ Manifest Unknown for wso2mi-dashboard No image here either -> https://docker.wso2.com/ **Suggested Labels:** **Suggested Assignees:** **Affected Product Version:** **OS, DB, other environment details and...
## Purpose > [7.0.0] Update the release date ## Goals > Create a new release
**Description:** It was identified that the graceful shutdown of WSO2 Integration product servers does not take place when passing a SIGTERM. A SIGTERM can be issued via, ``` docker kill...
**Description:** I need to expose a wsdl service, but in the axis2.xml file I see the WSDLEPRPrefix using the container name ``` 8280 true org.wso2.carbon.mediation.transport.handlers.PassThroughNHttpGetProcessor http://wso2ei-integrator:8280 ``` How I can...
Hello, I appreciate if show me how I can see the correlation.log file using `docker logs` command. References [1] https://docs.wso2.com/display/EI650/Working+with+Observability#d2ea0e125918498aa6ea279f67d47a18
**Description:** I can't run the micro integration with the image built from master branch. % pwd ˜/git/docker-ei/dockerfiles/alpine/micro-integrator $ docker build -t wso2mi:1.1.0 . $ docker run -p 8253:8253 -p 8290:8290...
**Description:** While starting a ei container, it is showing the folllwing message a lot of time before starting the product: ``` Waiting for all volumes to be mounted... Directory /home/wso2carbon/wso2-config-volume...
Hi, I'm not able to create containers through docker-compose, I get the following error: ~/docker-ei/docker-compose/integrator-broker-bps-analytics$ docker login docker.wso2.com Username: ciciu Password: Login Succeeded ~/docker-ei/docker-compose/integrator-broker-bps-analytics$ docker-compose up Pulling wso2ei-analytics-dashboard (docker.wso2.com/wso2ei-analytics-dashboard:6.4.0)... ERROR:...
**Description:** Current Docker Compose resources refer to version 2.3. It is suggested to upgrade this to version 2.4 (version 2 of Docker Compose file format [1]) or to version 3...