Deploying Microgateway in Docker and PaaS

Former Community Member
Not applicable
2 5 958
Comments
sudheendras
Staff

This is great! thanks @Srinandan Sridhar for sharing.

davidebozza
New Member

Hello @Srinandan Sridhar,

In the part 2, the first step requires to clone the repo with the following command:

git clone https://github.com/srinandan/apigee-edgemicro-docker 

Problem is that the repo doesn't exist anymore.

Could you please point me to the right repo to clone and, also, update the documentation?

Thanks in advance,

Davide

Former Community Member
Not applicable

That's right David. I deleted the repo. I moved all the content for Kubernetes and Docker into the main Apigee repo.

https://github.com/apigee-internal/microgateway/tree/master/kubernetes and

https://github.com/apigee-internal/microgateway/tree/master/kubernetes/docker/edgemicro

Apigee is also hosting the MG docker image on GCR.

Not applicable

Nice blog @Srinandan Sridhar !!

I was looking for some examples where we can create a docker image for edge microgateway, store it into internal docker registry and deploy into PCF using cf push.

I downloaded gcr.io/apigee-microgateway/edgemicro:latest and tried to run it locally but somehow it did not work.

Then i tried to run ndietz/emgw as per instructions from https://apigee.com/about/tags/docker and it works fine locally

Where can i access the docker file for above two images?

Thanks,

Anuj

Version history
Last update:
‎06-14-2017 02:45 PM
Updated by:
Former Community Member