mirror of https://github.com/docker/cli.git
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
[
|
|
{
|
|
"Name": "current",
|
|
"Metadata": {
|
|
"Description": "description of current",
|
|
"MyCustomMetadata": "MyCustomMetadataValue"
|
|
},
|
|
"Endpoints": {
|
|
"docker": {
|
|
"Host": "https://someswarmserver.example.com",
|
|
"SkipTLSVerify": false
|
|
}
|
|
},
|
|
"TLSMaterial": {},
|
|
"Storage": {
|
|
"MetadataPath": "<METADATA_PATH>",
|
|
"TLSPath": "<TLS_PATH>"
|
|
}
|
|
}
|
|
]
|