Outils pour utilisateurs

Outils du site


tech:notes_-_docker_-_proxy

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_-_docker_-_proxy [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_-_docker_-_proxy [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Docker Proxy}}
 +
 +# Notes - Docker - proxy
 +
 +## Registry
 +
 +https://docs.docker.com/engine/admin/systemd/
 +
 +~~~bash
 +mkdir /etc/systemd/system/docker.service.d
 +~~~
 +
 +`/etc/systemd/system/docker.service.d/http-proxy.conf`
 +~~~ini
 +[Service]
 +Environment="HTTP_PROXY=http://192.168.56.1:3128/" "HTTPS_PROXY=http://192.168.56.1:3128/" "NO_PROXY=localhost,127.0.0.0/8"
 +~~~
 +
 +~~~bash
 +systemctl daemon-reload
 +systemctl show --property=Environment docker
 +systemctl restart docker
 +~~~
 +
 +
 +
 +
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki