programs.docker-cli.settings

Home-Manager option

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 in: <home-manager/modules/programs/docker-cli.nix>source unavailable