How to setup Docker Registry in Nexus 3 | Create Docker image and push to Nexus 3 | Docker Registry

preview_player
Показать описание
Nexus 3 is one of the popular binary repository managers. It can be also used to store Docker images as well besides storing binaries such as WARs, EARs, Jars, DLLs and Exes.

How to upload Docker images into Nexus docker Registry - Upload Docker images to Nexus Decker Registry.

Рекомендации по теме
Комментарии
Автор

Great video. Thank you.
Let me add something.
If you already have a set of downloaded images from the official repository, and you want to place them on your Nexus, you need to change the tag, like this:
docker build -t m1:v1 .
docker tag m1:v1 localhost:8090/mytest:V1
docker push localhost:8090/mytest

АльбертЛатыпов-ыл
Автор

Your videos are very Thank you sir for such valuable

ashwinijadhav
Автор

Excellent - Question - how to configure nexus at port 443 with ssl certificates - Thanks

Fayaz-Rehman
Автор

How can I have multiple images? through the same port? Or do I have to create a repository for each image I want to upload? thanks

damianborgi
Автор

it is not logging in
i have output saying timed out sudo docker login -u admin nostname:8081
output error calling startservicebyname for org. freedesktops.secrets: time out was reached
i searched in google theres nothing valuable

kazakman