Re: How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Yu Wei
@lists.openshift.redhat.com Subject: Re: How could I use oc client to search images in integrated docker-registry? You can use: oc get is to list image streams for images in the registry in your current project. If you have access to other projects you can use '-n' argument and give th

Re: How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Graham Dumpleton
You can use: oc get is to list image streams for images in the registry in your current project. If you have access to other projects you can use '-n' argument and give the name of the project. Running: oc get is -n openshift will list image streams in the default 'openshift' project

How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Yu Wei
Hi, How could I list images pushed into integrated docker-registry? Could oc client be used? Or any other options? Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux ___ dev mailing list dev@lists.openshift.red