I have created one project testing1
in which i published docker
images.
Now, i want to created similar another project testing2
with same images that i pushed in testing1
. I don’t want to publish it again.
I have created one project testing1
in which i published docker
images.
Now, i want to created similar another project testing2
with same images that i pushed in testing1
. I don’t want to publish it again.
Login to your openshift command line and run command:
OR
Your project
testing2
will be able to access images from projecttesting1
in your openshift.For more information refer openshift Documentation