MyNixOS website logo
option

virtualisation.oci-containers.containers.<name>.labels

Labels to attach to the container at runtime.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  "traefik.https.routers.example.rule" = "Host(`example.container`)";
}