Outils pour utilisateurs

Outils du site


tech:notes_-_docker_-_proxy

Ceci est une ancienne révision du document !


Notes - Docker - proxy

Registry

https://docs.docker.com/engine/admin/systemd/

mkdir /etc/systemd/system/docker.service.d
/etc/systemd/system/docker.service.d/http-proxy.conf
[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"
systemctl daemon-reload
systemctl show --property=Environment docker
systemctl restart docker
tech/notes_-_docker_-_proxy.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki