If you can't put the image up on a image registry where OpenShift can pull it 
from, you need to push it to the internal image registry of OpenShift. This 
creates an image stream in your project, you can then deploy it, or use it as 
an image for docker builds or source builds.

For uploading the image to the internal image registry, see:

* 
https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-push-an-image-to-the-internal-image-registry.html
 
<https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-push-an-image-to-the-internal-image-registry.html>

For more information on deploying on OpenShift, suggest you read the free eBook 
at:

* https://www.openshift.com/deploying-to-openshift/ 
<https://www.openshift.com/deploying-to-openshift/>

Graham



> On 14 Dec 2018, at 12:22 am, Anila Saifan <anila.sai...@gmail.com> wrote:
> 
> Hi Guys,
> 
> I  have a  docker image in my local VM .I want to use this docker image to 
> start build and create app .In short I want OpenShift to use the local docker 
> image on the VM
> 
> What are the steps for the same.
> 
> I have a tar file I use docker load < docker.tar
> 
> A image Id is formed .
> 
> Now I want to know how do I point OpenShift to use this tar file or image I’d 
> to start a build or create app 
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users

_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to