moby--moby/registry
Stefan J. Wernli adee28458c Fixing v2 registry restriction for non-linux platforms.
This fixes the hard coded restriction for non-linux platforms to v2 registries.  Previously, the check was above the flag parsing, which would overwrite the hard coded value and prevent correct operation.  This change also removes the related daemon flag from Windows to avoid confusion, as it has no meaning when the value is going to always be hard coded to true.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-07-20 16:14:40 -07:00
..
auth.go Allow v1 search to use v2 auth with identity token 2016-07-13 13:30:24 -07:00
auth_test.go
config.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
config_test.go
config_unix.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
config_windows.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
endpoint_test.go
endpoint_v1.go
reference.go
registry.go
registry_mock_test.go
registry_test.go
service.go Allow v1 search to use v2 auth with identity token 2016-07-13 13:30:24 -07:00
service_v1.go
service_v2.go
session.go Allow v1 search to use v2 auth with identity token 2016-07-13 13:30:24 -07:00
types.go