<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом proxy</title>
<link>https://blog.m9k.space/tags/proxy/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Docker Proxy</title>
<guid isPermaLink="false">123</guid>
<link>https://blog.m9k.space/all/docker-proxy/</link>
<pubDate>Tue, 24 Jan 2023 07:26:41 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/docker-proxy/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;cd /etc/systemd/system/docker.service.d
touch http-proxy.conf&lt;/code&gt;&lt;/pre&gt;&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;[Service]
Environment=&amp;quot;HTTP_PROXY=http://proxy:3128&amp;quot;
Environment=&amp;quot;HTTPS_PROXY=http://proxy:3128&amp;quot;
Environment=&amp;quot;NO_PROXY=localhost,127.0.0.1,::1,proxy&amp;quot;&lt;/code&gt;&lt;/pre&gt;&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;systemctl daemon-reload
service docker restart
systemctl show --property=Environment docker&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>