Automatically generate a HTTP secret if none is provided
Log a warning if the registry generates its own secret. Update configuration doc, and remove the default secret from the development config file. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
01e6dde2fd
commit
70d9a9d543
3 changed files with 25 additions and 2 deletions
|
@ -30,7 +30,6 @@ storage:
|
|||
enabled: false
|
||||
http:
|
||||
addr: :5000
|
||||
secret: asecretforlocaldevelopment
|
||||
debug:
|
||||
addr: localhost:5001
|
||||
redis:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue