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/).
This commit is contained in:
parent
25ca7d297f
commit
990e5ce679
4 changed files with 93 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
docker-cli = ./example-config.nix;
|
||||
docker-cli-empty-config = ./empty-config.nix;
|
||||
docker-cli-contexts = ./example-contexts.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue