Create a docker images repository with Nexus

From Luis Gallego Hurtado - Not Another IT guy
Jump to: navigation, search


In order to create your own docker images repository in Nexus, the recommended approach is to create 3 repositories:

  1. A mirror repository, which mirrors Docker Hub repository.
  2. A docker images repository that will contain all images pushed within the organisation.
  3. 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.