DockerCLI/cli/command/context/testdata/inspect.golden

20 lines
443 B
Plaintext

[
{
"Name": "current",
"Metadata": {
"Description": "description of current"
},
"Endpoints": {
"docker": {
"Host": "https://someswarmserver.example.com",
"SkipTLSVerify": false
}
},
"TLSMaterial": {},
"Storage": {
"MetadataPath": "<METADATA_PATH>",
"TLSPath": "<TLS_PATH>"
}
}
]