1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 08:01:02 +01:00
home-manager/tests/modules/programs/docker-cli/example-contexts.json
will 990e5ce679 docker-cli: add docker contexts support
Adds docker-cli.contexts support. This allows declarative configuration
of [docker
contexts](https://docs.docker.com/engine/manage-resources/contexts/).
2025-10-14 12:20:39 -05:00

11 lines
151 B
JSON

{
"Endpoints": {
"docker": {
"Host": "unix://example2"
}
},
"Metadata": {
"Description": "example1"
},
"Name": "example"
}