mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: a1817d1c0e
This commit is contained in:
parent
3dbed0c68d
commit
ff2ba19102
1 changed files with 16 additions and 18 deletions
|
|
@ -24403,18 +24403,18 @@ boolean</p>
|
|||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.docker-cli.configPath"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.configPath"><code class="option">programs.docker-cli.configPath</code>
|
||||
<a id="opt-programs.docker-cli.configDir"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.configDir"><code class="option">programs.docker-cli.configDir</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Relative path to the user’s home directory where the Docker CLI settings should be stored.</p>
|
||||
<p>Folder relative to the user’s home directory where the Docker CLI settings should be stored.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
string</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">".docker/config.json"</code></p>
|
||||
<code class="literal">".docker"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
|
|
@ -24441,16 +24441,15 @@ JSON value</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">''
|
||||
{
|
||||
"proxies" = {
|
||||
"default" = {
|
||||
"httpProxy" = "http://proxy.example.org:3128";
|
||||
"httpsProxy" = "http://proxy.example.org:3128";
|
||||
"noProxy" = "localhost";
|
||||
};
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
"proxies" = {
|
||||
"default" = {
|
||||
"httpProxy" = "http://proxy.example.org:3128";
|
||||
"httpsProxy" = "http://proxy.example.org:3128";
|
||||
"noProxy" = "localhost";
|
||||
};
|
||||
''
|
||||
};
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
@ -75021,12 +75020,11 @@ YAML 1.1 value</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">''
|
||||
{
|
||||
httpProxy = "http://proxy.example.org:3128";
|
||||
httpsProxy = "http://proxy.example.org:3128";
|
||||
}
|
||||
''
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
httpProxy = "http://proxy.example.org:3128";
|
||||
httpsProxy = "http://proxy.example.org:3128";
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue