mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +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>
This commit is contained in:
committed by
Tibor Vass
parent
b1fbfa3b04
commit
9930f31f74
@@ -852,7 +852,7 @@ This is a full example of the allowed configuration options in the file:
|
|||||||
"hosts": [],
|
"hosts": [],
|
||||||
"log-level": "",
|
"log-level": "",
|
||||||
"tls": true,
|
"tls": true,
|
||||||
"tls-verify": true,
|
"tlsverify": true,
|
||||||
"tls-opts": {
|
"tls-opts": {
|
||||||
"tlscacert": "",
|
"tlscacert": "",
|
||||||
"tlscert": "",
|
"tlscert": "",
|
||||||
|
Reference in New Issue
Block a user