moby--moby/daemon/config
Derek McGowan e428c824c3
Expose trust key path in config
Allows storing key under any directory. In the case where the
"/etc/docker" directory is not preserved, this file can be
specified to a location where it will be preserved to ensure
the ID does not change across restarts.

Note this key is currently only used today to generate the ID
used in Docker info and for manifest schema v1 pushes. The key
signature and finger on these manifests are not checked or
used any longer for security, deprecated by notary.

Removes old key migration from a pre-release of Docker which put
the key under the home directory and was used to preserve ID used
for swarm v1 after the file moved.

closes #32135

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-05-10 14:16:27 -07:00
..
config.go Expose trust key path in config 2017-05-10 14:16:27 -07:00
config_common_unix.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_common_unix_test.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_solaris.go Deprecate --graph flag; Replace with --data-root 2017-03-30 11:24:56 +02:00
config_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
config_unix.go
config_unix_test.go
config_windows.go
config_windows_test.go