DockerCLI/cli/registry/client
Christy Norman f9d666b057
fix insecure manifest inspect with restrictive certs perms
If, for some reason, the certs directory has permissions that are
inaccessible by docker, we should still be able to fetch manifests using
the `insecure` flag.

Since the cli doesn't access the engine's list of insecure registries,
the registry client should make a singleton list of the registry being queried with the
`insecure` flag.

Closes #1358

Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
(cherry picked from commit d57adbc034)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-09-20 19:53:10 +02:00
..
client.go Add engine commands built on containerd 2018-08-20 09:42:05 -07:00
endpoint.go specify specific permissions 2018-04-24 17:01:57 -05:00
fetcher.go fix insecure manifest inspect with restrictive certs perms 2018-09-20 19:53:10 +02:00