mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-04 08:01:02 +01:00
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"
|
|
}
|