Trying to configure sonatype nexus as a docker registry proxy. See their guide here which states:
** “When you make a request using the Docker client, you provide a hostname and port followed by the Docker image. Docker does not support the use of a context to specify the path to the repository.”*
But I have just pulled this
docker pull registry.hub.docker.com/library/busybox
- List item
which seems to go against this statement?!