mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Verify that the configuration keys in the file are valid.
- Return an error if any of the keys don't match valid flags.
- Fix an issue ignoring merged values as named values.
- Fix tlsverify configuration key.
- Fix bug in mflag to avoid panics when one of the flag set doesn't have any flag.
Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 9930f31f74
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
85afde8f54
commit
e50b50b8db
@@ -852,7 +852,7 @@ This is a full example of the allowed configuration options in the file:
|
||||
"hosts": [],
|
||||
"log-level": "",
|
||||
"tls": true,
|
||||
"tls-verify": true,
|
||||
"tlsverify": true,
|
||||
"tls-opts": {
|
||||
"tlscacert": "",
|
||||
"tlscert": "",
|
||||
|
||||
Reference in New Issue
Block a user