diff --git a/options.xhtml b/options.xhtml
index a341e488f..a7f4b2ed6 100644
--- a/options.xhtml
+++ b/options.xhtml
@@ -24403,18 +24403,18 @@ boolean
- programs.docker-cli.configPath
+ programs.docker-cli.configDir
-Relative path to the user’s home directory where the Docker CLI settings should be stored.
+Folder relative to the user’s home directory where the Docker CLI settings should be stored.
Type:
string
Default:
-".docker/config.json"
+".docker"
Declared by:
@@ -24441,16 +24441,15 @@ JSON value
Default:
{ }
-Example:
''
- {
- "proxies" = {
- "default" = {
- "httpProxy" = "http://proxy.example.org:3128";
- "httpsProxy" = "http://proxy.example.org:3128";
- "noProxy" = "localhost";
- };
+Example:
{
+ "proxies" = {
+ "default" = {
+ "httpProxy" = "http://proxy.example.org:3128";
+ "httpsProxy" = "http://proxy.example.org:3128";
+ "noProxy" = "localhost";
};
-''
+ };
+
Declared by:
@@ -75021,12 +75020,11 @@ YAML 1.1 value
Default:
{ }
-Example:
''
- {
- httpProxy = "http://proxy.example.org:3128";
- httpsProxy = "http://proxy.example.org:3128";
- }
-''
+Example:
{
+ httpProxy = "http://proxy.example.org:3128";
+ httpsProxy = "http://proxy.example.org:3128";
+}
+
Declared by: