MyNixOS website logo

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

Declarations
Type
JSON value
Default
{ }
Example
{
  "proxies" = {
    "default" = {
      "httpProxy" = "http://proxy.example.org:3128";
      "httpsProxy" = "http://proxy.example.org:3128";
      "noProxy" = "localhost";
    };
  };