mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Adds docker-cli.contexts support. This allows declarative configuration of [docker contexts](https://docs.docker.com/engine/manage-resources/contexts/).
12 lines
151 B
JSON
12 lines
151 B
JSON
{
|
|
"Endpoints": {
|
|
"docker": {
|
|
"Host": "unix://example2"
|
|
}
|
|
},
|
|
"Metadata": {
|
|
"Description": "example1"
|
|
},
|
|
"Name": "example"
|
|
}
|