Adds docker-cli.contexts support. This allows declarative configuration of [docker contexts](https://docs.docker.com/engine/manage-resources/contexts/).
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"Endpoints": {
|
|
"docker": {
|
|
"Host": "unix://example2"
|
|
}
|
|
},
|
|
"Metadata": {
|
|
"Description": "example1"
|
|
},
|
|
"Name": "example"
|
|
}
|