la configurazione del proxy per effettuare un pull di un container docker si trova in
/etc/systemd/system/docker.service.d/http-proxy.conf
ed ha una sintassi del tipo
[Service]
Environment="HTTP_PROXY=http://proxy.aaaaaaaaaa.it:8080"
Environment="HTTPS_PROXY=http://proxy.aaaaaaaaaa.it:8080"
Environment="HTTP_PROXY=http://proxy.aaaaaaaaaa.it:8080"
Environment="HTTPS_PROXY=http://proxy.aaaaaaaaaa.it:8080"
per rendere effettive le modifiche
systemctl stop docker
systemctl stop docker.socket
systemctl daemon-reload
systemctl start docker
Nessun commento:
Posta un commento