1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
David Calavera cf721c23e7 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>
2016-02-29 13:01:31 -05:00
..
api Windows: Add ETW logging driver plug-in 2016-02-16 13:24:49 -08:00
commandline Client credentials store. 2016-02-29 13:01:31 -05:00
builder.md add missing trailing slash in ADD and COPY /absoluteDir examples. According to the specs they are mandatory. 2016-02-16 22:52:16 +01:00
glossary.md First pass at consolidating 2015-11-02 21:14:55 -08:00
index.md Creating Engine specific menu 2016-01-26 15:58:53 -08:00
run.md update cap-add docs for seccomp 2016-02-11 13:47:08 -08:00