MyNixOS website logo
option

virtualisation.docker.daemon.settings

Configuration for docker daemon. The attributes are serialized to JSON used as daemon.conf. See https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file.

Declarations
Type
JSON value
Default
{ }
Example
{
  fixed-cidr-v6 = "fd00::/80";
  ipv6 = true;
}