apiconnect-docker icon indicating copy to clipboard operation
apiconnect-docker copied to clipboard

IBM API Connect Services are failing on Docker

Open sunnygoel8 opened this issue 7 years ago • 2 comments

Hi @coderluy ,

Ran following command to verify that all services are running properly or not. Noticed that nginx, microgateway, microservice, make-ssh-keys services stopped immediately.

Can you help me to resolve this issue?

$ docker-compose -f docker-compose-microgateway.yaml ps Name Command State Ports

apim /tini -- /startup.sh Up esmaster /docker-entrypoint.sh /bin ... Up 9200/tcp, 9300/tcp ibmlogstash /bin/sh -c /startup.sh Up ibmportal /root/tini -- /root/start_ ... Up make-ssh-keys /bin/sh -c /genkey.sh Exit 1 microgateway /bin/sh -c /usr/bin/app.sh ... Exit 1 microservice /bin/sh -c /usr/bin/app.sh ... Exit 1 nginx /bin/sh -c /run.sh Exit 1

sunnygoel8 avatar Aug 28 '17 05:08 sunnygoel8

Having same issue here

Docker for Windows on Windows 10

KC-IW avatar Sep 07 '17 13:09 KC-IW

I had a similar on Windows (Docker4Win not toolbox) and it was memory allocation problem. 8 GB (8192 MB) was not enough so I upp'ed it to 9GB and then it ran fine.

QAnders avatar Nov 17 '17 14:11 QAnders