1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-10 20:37:50 +00:00
parent 0de9800ad1
commit b5ee47dc20

View file

@ -23093,6 +23093,94 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.docker-cli.enable"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.enable"><code class="option">programs.docker-cli.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable management of docker client config.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/docker-cli.nix" target="_top">
&lt;home-manager/modules/programs/docker-cli.nix&gt;
</a></code>
</td></tr>
</table>
</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>
</span>
</dt>
<dd>
<p>Relative path to the users 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">&quot;.docker/config.json&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/docker-cli.nix" target="_top">
&lt;home-manager/modules/programs/docker-cli.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.docker-cli.settings"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.settings"><code class="option">programs.docker-cli.settings</code>
</a>
</span>
</dt>
<dd>
<p>Available configuration options for the Docker CLI see:
&lt;https://docs.docker.com/reference/cli/docker/#docker-cli-configuration-file-configjson-properties</p>
<p><span class="emphasis"><em>Type:</em></span>
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">&#x27;&#x27;
{
&quot;proxies&quot; = {
&quot;default&quot; = {
&quot;httpProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;httpsProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;noProxy&quot; = &quot;localhost&quot;;
};
};
&#x27;&#x27;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/docker-cli.nix" target="_top">
&lt;home-manager/modules/programs/docker-cli.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.earthly.enable"></a><a class="term" href="options.xhtml#opt-programs.earthly.enable"><code class="option">programs.earthly.enable</code>