DockerCLI/cli/registry/client
Christy Norman d57adbc034 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>
2018-09-20 10:51:29 -05: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 10:51:29 -05:00