MyNixOS website logo

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/

Declarations
Type
attribute set of (open submodule of (JSON value))
Default
{ }
Example
{
  example = {
    Metadata = { Description = "example1"; };
    Endpoints.docker.Host = "unix://example2";
  };
}