Files
docker-cli/components/engine/integration-cli
David Calavera 8a7585ce8e Client credentials store.
This change implements communication with an external credentials store,
ala git-credential-helper. The client falls back the plain text store,
what we're currently using, if there is no remote store configured.

It shells out to helper program when a credential store is
configured. Those programs can be implemented with any language as long as they
follow the convention to pass arguments and information.

There is an implementation for the OS X keychain in https://github.com/calavera/docker-credential-helpers.
That package also provides basic structure to create other helpers.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: cf721c23e715e545eccf8484e145c2d18d6a6a23
Component: engine
2016-02-29 13:01:31 -05:00
..
2016-02-29 13:01:31 -05:00
2015-12-30 17:39:33 -05:00
2016-02-11 15:49:36 -08:00
2016-01-14 08:17:40 +00:00
2016-02-11 15:49:36 -08:00
2015-10-07 07:11:45 +08:00
2016-01-19 16:45:47 -08:00