Re: [Dev] How to properly load locally built Docker Image to Kubernetes minion

2015-06-25 Thread Punnadi Gunarathna
Hi All, This worked after setting the tag name instead of image id while saving the docker image to tar.gz as follows: docker save -o x.tar.gz wso2/as Thanks Lakmal, Imesh & Lahiru. On Thu, Jun 25, 2015 at 3:15 PM, Lakmal Warusawithana wrote: > Delete forcefully, otherwise it will retry to p

Re: [Dev] How to properly load locally built Docker Image to Kubernetes minion

2015-06-25 Thread Lakmal Warusawithana
Delete forcefully, otherwise it will retry to pull from docker hub On Thu, Jun 25, 2015 at 2:51 PM, Punnadi Gunarathna wrote: > Hi Nirmal, > > I deleted and retried. Still the same result. > > REPOSITORY TAG IMAGE ID > CREATED VIRTUAL SIZE >

Re: [Dev] How to properly load locally built Docker Image to Kubernetes minion

2015-06-25 Thread Punnadi Gunarathna
Hi Nirmal, I deleted and retried. Still the same result. REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE 5ed32fb558622 hours ago 1.23 GB stratos/php 4.1.0 297

Re: [Dev] How to properly load locally built Docker Image to Kubernetes minion

2015-06-25 Thread Nirmal Fernando
On Thu, Jun 25, 2015 at 2:36 PM, Punnadi Gunarathna wrote: > Hi All, > > I have a vm which already contains a wso2/as 5.2.1 docker image pulled > from Docker Hub. > I wanted to locally build a docker image(wso2/as 5.2.1) and replace the > existing one in that vm. > Here are the steps I have follo

[Dev] How to properly load locally built Docker Image to Kubernetes minion

2015-06-25 Thread Punnadi Gunarathna
Hi All, I have a vm which already contains a wso2/as 5.2.1 docker image pulled from Docker Hub. I wanted to locally build a docker image(wso2/as 5.2.1) and replace the existing one in that vm. Here are the steps I have followed: 1. First locally built the image REPOSITORY TAG