Page 1 of 1
How to use a private docker registry
Posted: 05 Jun 2023, 17:55
by tommi2day
I successfully added my private docker registry (Sonatype Nexus3 RM) in Docker Manager Registry settings and launched it. Status shows active. But i can't select images from this private registry, it still shows only images from dockerhub. What i am missing?
Thomas
Re: How to use a private docker registry
Posted: 27 Jun 2023, 17:28
by northeastwage
You can get an image from Docker Hub and add it to your registry. The following code retrieves the ubuntu:16.04 image from Docker Hub, renames it my-ubuntu, and then pushes it to the local registry. Finally, the images ubuntu:16.04 and my-ubuntu are destroyed locally, and the my-ubuntu image is loaded from the local registry.
Re: How to use a private docker registry
Posted: 28 Jun 2023, 02:55
by tommi2day
There are of course alternatives using ssh window. But the meaning of my post was to point out to terramaster, that the docker manager gui doesnt work as expected here.
Thomas