Create a docker images repository with Nexus
From Luis Gallego Hurtado - Not Another IT guy
In order to create your own docker images repository in Nexus, the recommended approach is to create 3 repositories:
- A mirror repository, which mirrors Docker Hub repository.
- A docker images repository that will contain all images pushed within the organisation.
- A group repository, which groups the previous 2 repositories. This repository will actually be the repository that will be actually used by devs and Integration Continuous servers for pushing and pulling images.