3

The following documentation was found that indicates that:

simply create a new docker (hosted) repository as documented in Repository Management

The problem is that the format docker seems not to be available when trying to configure a "Hosted repository"

030
  • 13,383
  • 17
  • 76
  • 178

1 Answers1

1

Nexus 2 was deployed instead of Nexus 3. The docker feature seems to be introduced since Nexus 3.

This blog indicates how to configure a docker repository and how to push and pull docker images.

The blog contains multiple pictures. The following picture indicates how to enable the docker registry:

enter image description here

030
  • 13,383
  • 17
  • 76
  • 178