github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/http-proxy.md (about)

     1  ####> This option file is used in:
     2  ####>   podman build, create, farm build, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--http-proxy**
     6  
     7  By default proxy environment variables are passed into the container if set
     8  for the Podman process. This can be disabled by setting the value to **false**.
     9  The environment variables passed in include **http_proxy**,
    10  **https_proxy**, **ftp_proxy**, **no_proxy**, and also the upper case versions of
    11  those. This option is only needed when the host system must use a proxy but
    12  the container does not use any proxy. Proxy environment variables specified
    13  for the container in any other way overrides the values that have
    14  been passed through from the host. (Other ways to specify the proxy for the
    15  container include passing the values with the **--env** flag, or hard coding the
    16  proxy environment at container build time.)
    17  When used with the remote client it uses the proxy environment variables
    18  that are set on the server process.
    19  
    20  Defaults to **true**.