mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
1 line
289 B
Bash
1 line
289 B
Bash
alias docker-build="docker build --build-arg http_proxy=http://localhost:911 --build-arg https_proxy=http://localhost:911 --build-arg ftp_proxy=http://localhost:911 --build-arg no_proxy=localhost,127.0.0.1,10.0.0.0/8,.tls.renault.fr,tls.renault.fr,10.214.201.215,10.214.201.218 -q=false"
|