programs.docker-cli.settings

Available configuration options for the Docker CLI see: <https://docs.docker.com/reference/cli/docker/#docker-cli-configuration-file-configjson-properties

Type
JSON value
Default
{ }
Example
{
  "proxies" = {
    "default" = {
      "httpProxy" = "http://proxy.example.org:3128";
      "httpsProxy" = "http://proxy.example.org:3128";
      "noProxy" = "localhost";
    };
  };
Declared
<home-manager/modules/programs/docker-cli.nix>