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.
Let us see how to configure Nexus to host as private Docker registry.
Pre-requisites:
- Make sure Nexus is successfully configured, it is up and running.
- Also do open port 8085 open as well besides port 8081 for Nexus.
- Docker is setup and running.
1. Login to Nexus and click on Server Administration link at the top of the window. Click on Repositories.
2. Now click on create repository
3. Choose docker hosted repository
4. Choose the value as mentioned:
Configure Realm
6. Move Docker Bearer Token realm to right by clicking on >
This settings allows docker repository to have anonymous read enabled.
7. after moving save it.
Please click below link to know how to create Docker image and push docker images into Nexus
No comments:
Post a Comment