<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Proxy on BIFIT Mitigator</title>
    <link>https://docs.mitigator.ru/v26.04/en/tags/proxy/</link>
    <description>Recent content in Proxy on BIFIT Mitigator</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="https://docs.mitigator.ru/v26.04/en/tags/proxy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Working Through a Proxy</title>
      <link>https://docs.mitigator.ru/v26.04/en/install/advanced/proxy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.mitigator.ru/v26.04/en/install/advanced/proxy/</guid>
      <description>Docker If docker.mitigator.ru is accessed through a proxy, you need to configure Docker.
On systems running systemd, you need to:
Create a drop-in to the Docker service, specifying the proxy in the environment (replace the details of connecting to the proxy with the current ones):
mkdir -p /etc/systemd/system/docker.service.d &amp;amp;&amp;amp; \ cat &amp;gt;/etc/systemd/system/docker.service.d/proxy.conf &amp;lt;&amp;lt;END [Service] Environment=HTTP_PROXY=http://user:password@proxy.local:1234 Environment=HTTPS_PROXY=http://user:password@proxy.local:1234 Environment=NO_PROXY=docker.local END Add proxy certificate to Docker&amp;rsquo;s trusted ones (/path/to/proxy.crt replace with the path to the proxy certificate):</description>
    </item>
  </channel>
</rss>