Re: The easiest way to start Docker Registry in Origin

2017-07-12 Thread Henryk Konsek
The route itself seems to be OK, apparently it is just not linked to the
service...

$ oc get route
NAME  HOST/PORT  PATH  SERVICES  PORT
TERMINATION   WILDCARD
docker-registry   192.168.1.21 docker-registry   5000-tcp
  None

Any ideas why could that happen?

śr., 12 lip 2017 o 16:21 użytkownik Henryk Konsek 
napisał:

> BTW If I would like to expose my registry to the outside world, would
> executing the following command just do the job? I'm trying to expose the
> registry via...
>
> oc expose svc/docker-registry --hostname=192.168.1.21
>
> ...but connecting to http://192.168.1.21:5000 gives me Connection
> Refused. I missed some steps here? :)
>
> śr., 12 lip 2017 o 15:57 użytkownik Henryk Konsek 
> napisał:
>
>> Many thanks. Integrated registry is exactly what I need and works like a
>> charm :) .
>>
>> czw., 29 cze 2017 o 11:59 użytkownik Maciej Szulik 
>> napisał:
>>
>>> On Wed, Jun 28, 2017 at 11:53 AM, Frederic Giloux 
>>> wrote:
>>>
 Hi Henryk

 If I correctly understand your use case I think that the easiest way is
 to create an imagestream foo and to use the pull-through feature:

 https://docs.openshift.org/latest/install_config/registry/extended_registry_configuration.html#middleware-repository-pullthrough

 https://docs.openshift.org/latest/dev_guide/managing_images.html#image-pull-policy

 Regards,

 Frédéric

 On Wed, Jun 28, 2017 at 11:29 AM, Henryk Konsek 
 wrote:

> Hi,
>
> What would be the easiest way to start Docker Registry in OpenShift
> Origin and tell OpenShift to look up for Docker images in it?
>
> What I would like to achieve is that when I execute "oc new-app foo",
> OpenShift will try to look up for "foo" image in my local Origin registry
> and then in DockerHub.
>

>>>
>>> Just install the integrated registry and all you're asking for will be
>>> there:
>>> https://docs.openshift.org/latest/install_config/registry/index.html
>>>
>>>
>>>
>>> --
>> Henryk Konsek
>> https://linkedin.com/in/hekonsek
>>
> --
> Henryk Konsek
> https://linkedin.com/in/hekonsek
>
-- 
Henryk Konsek
https://linkedin.com/in/hekonsek
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: The easiest way to start Docker Registry in Origin

2017-07-12 Thread Henryk Konsek
BTW If I would like to expose my registry to the outside world, would
executing the following command just do the job? I'm trying to expose the
registry via...

oc expose svc/docker-registry --hostname=192.168.1.21

...but connecting to http://192.168.1.21:5000 gives me Connection Refused.
I missed some steps here? :)

śr., 12 lip 2017 o 15:57 użytkownik Henryk Konsek 
napisał:

> Many thanks. Integrated registry is exactly what I need and works like a
> charm :) .
>
> czw., 29 cze 2017 o 11:59 użytkownik Maciej Szulik 
> napisał:
>
>> On Wed, Jun 28, 2017 at 11:53 AM, Frederic Giloux 
>> wrote:
>>
>>> Hi Henryk
>>>
>>> If I correctly understand your use case I think that the easiest way is
>>> to create an imagestream foo and to use the pull-through feature:
>>>
>>> https://docs.openshift.org/latest/install_config/registry/extended_registry_configuration.html#middleware-repository-pullthrough
>>>
>>> https://docs.openshift.org/latest/dev_guide/managing_images.html#image-pull-policy
>>>
>>> Regards,
>>>
>>> Frédéric
>>>
>>> On Wed, Jun 28, 2017 at 11:29 AM, Henryk Konsek 
>>> wrote:
>>>
 Hi,

 What would be the easiest way to start Docker Registry in OpenShift
 Origin and tell OpenShift to look up for Docker images in it?

 What I would like to achieve is that when I execute "oc new-app foo",
 OpenShift will try to look up for "foo" image in my local Origin registry
 and then in DockerHub.

>>>
>>
>> Just install the integrated registry and all you're asking for will be
>> there:
>> https://docs.openshift.org/latest/install_config/registry/index.html
>>
>>
>>
>> --
> Henryk Konsek
> https://linkedin.com/in/hekonsek
>
-- 
Henryk Konsek
https://linkedin.com/in/hekonsek
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: The easiest way to start Docker Registry in Origin

2017-07-12 Thread Henryk Konsek
Many thanks. Integrated registry is exactly what I need and works like a
charm :) .

czw., 29 cze 2017 o 11:59 użytkownik Maciej Szulik 
napisał:

> On Wed, Jun 28, 2017 at 11:53 AM, Frederic Giloux 
> wrote:
>
>> Hi Henryk
>>
>> If I correctly understand your use case I think that the easiest way is
>> to create an imagestream foo and to use the pull-through feature:
>>
>> https://docs.openshift.org/latest/install_config/registry/extended_registry_configuration.html#middleware-repository-pullthrough
>>
>> https://docs.openshift.org/latest/dev_guide/managing_images.html#image-pull-policy
>>
>> Regards,
>>
>> Frédéric
>>
>> On Wed, Jun 28, 2017 at 11:29 AM, Henryk Konsek 
>> wrote:
>>
>>> Hi,
>>>
>>> What would be the easiest way to start Docker Registry in OpenShift
>>> Origin and tell OpenShift to look up for Docker images in it?
>>>
>>> What I would like to achieve is that when I execute "oc new-app foo",
>>> OpenShift will try to look up for "foo" image in my local Origin registry
>>> and then in DockerHub.
>>>
>>
>
> Just install the integrated registry and all you're asking for will be
> there:
> https://docs.openshift.org/latest/install_config/registry/index.html
>
>
>
> --
Henryk Konsek
https://linkedin.com/in/hekonsek
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: The easiest way to start Docker Registry in Origin

2017-06-29 Thread Maciej Szulik
On Wed, Jun 28, 2017 at 11:53 AM, Frederic Giloux 
wrote:

> Hi Henryk
>
> If I correctly understand your use case I think that the easiest way is to
> create an imagestream foo and to use the pull-through feature:
> https://docs.openshift.org/latest/install_config/
> registry/extended_registry_configuration.html#middleware-
> repository-pullthrough
> https://docs.openshift.org/latest/dev_guide/managing_
> images.html#image-pull-policy
>
> Regards,
>
> Frédéric
>
> On Wed, Jun 28, 2017 at 11:29 AM, Henryk Konsek 
> wrote:
>
>> Hi,
>>
>> What would be the easiest way to start Docker Registry in OpenShift
>> Origin and tell OpenShift to look up for Docker images in it?
>>
>> What I would like to achieve is that when I execute "oc new-app foo",
>> OpenShift will try to look up for "foo" image in my local Origin registry
>> and then in DockerHub.
>>
>

Just install the integrated registry and all you're asking for will be
there: https://docs.openshift.org/latest/install_config/registry/index.html
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: The easiest way to start Docker Registry in Origin

2017-06-28 Thread Frederic Giloux
Hi Henryk

If I correctly understand your use case I think that the easiest way is to
create an imagestream foo and to use the pull-through feature:
https://docs.openshift.org/latest/install_config/registry/extended_registry_configuration.html#middleware-repository-pullthrough
https://docs.openshift.org/latest/dev_guide/managing_images.html#image-pull-policy

Regards,

Frédéric

On Wed, Jun 28, 2017 at 11:29 AM, Henryk Konsek  wrote:

> Hi,
>
> What would be the easiest way to start Docker Registry in OpenShift Origin
> and tell OpenShift to look up for Docker images in it?
>
> What I would like to achieve is that when I execute "oc new-app foo",
> OpenShift will try to look up for "foo" image in my local Origin registry
> and then in DockerHub.
>
> Many thanks!
> --
> Henryk Konsek
> https://linkedin.com/in/hekonsek
>
> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
>


-- 
*Frédéric Giloux*
Senior Middleware Consultant
Red Hat Germany

fgil...@redhat.com M: +49-174-172-4661

redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

Red Hat GmbH, http://www.de.redhat.com/ Sitz: Grasbrunn,
Handelsregister: Amtsgericht München, HRB 153243
Geschäftsführer: Paul Argiry, Charles Cachera, Michael Cunningham, Michael
O'Neill
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


The easiest way to start Docker Registry in Origin

2017-06-28 Thread Henryk Konsek
Hi,

What would be the easiest way to start Docker Registry in OpenShift Origin
and tell OpenShift to look up for Docker images in it?

What I would like to achieve is that when I execute "oc new-app foo",
OpenShift will try to look up for "foo" image in my local Origin registry
and then in DockerHub.

Many thanks!
-- 
Henryk Konsek
https://linkedin.com/in/hekonsek
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users