Files
docker-cli/cli/command/context/testdata/inspect.golden
Nicolas De Loof 193ede9b12 remove obsolete mutli-orchestrator support
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-02-22 15:28:12 +01:00

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>"
}
}
]