programs.docker-cli.contexts

Attribute set of Docker context configurations. Each attribute name becomes the context Name; overriding requires lib.mkForce. See: <https://docs.docker.com/engine/manage-resources/contexts/

Type
attribute set of (open submodule of (JSON value))
Default
{ }
Example
{
  example = {
    Metadata = { Description = "example1"; };
    Endpoints.docker.Host = "unix://example2";
  };
}
Declared
<home-manager/modules/programs/docker-cli.nix>