How to use a private docker registry

Discussion about Docker
Locked
User avatar
tommi2day
Posts: 45
Joined: 10 Jan 2023, 02:15
Germany

How to use a private docker registry

Post 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
main: T9-450
User avatar
northeastwage
Posts: 1
Joined: 27 Jun 2023, 17:26

Re: How to use a private docker registry

Post 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.
User avatar
tommi2day
Posts: 45
Joined: 10 Jan 2023, 02:15
Germany

Re: How to use a private docker registry

Post 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
main: T9-450
Locked