When I mistype things it tries to search in the central registry. How to disable it completely?
Is there an option to clear that URL?
When I mistype things it tries to search in the central registry. How to disable it completely?
Is there an option to clear that URL?
As a reference, right now (docker 1.9, Nov 2015):
pull.go
looks for pull endpoints:registry/service.go
looks for V2 endpoint:registry/service_v2.go
appendsDefaultV2Registry
:registry/config_unix.go
includesDefaultV2Registry
:So until there is an option to not look for that endpoint,
docker pull
will still include that central default V2 registry.If you use the a redhat clone with the rpms from centos extras, they have a parameter to do that:
This is a RedHat extension (see here) which I don't think was accepted upstream (considering 13450)