We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Steps for LME 2.0:
/etc/environment
$PROXY
ALL_PROXY=$PROXY HTTPS_PROXY=$PROXY HTTP_PROXY=$PROXY http_proxy=$PROXY https_proxy=$PROXY no_proxy=127.0.0.1,localhost,::1,10.,172.16.,172.17.,192.168.,*.local,.local NO_PROXY=127.0.0.1,localhost,::1,10.,172.16.,172.17.,192.168.,*.local,.local REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
cd /usr/local/share/ca-certificates # add corporation root ca pem files now sudo update-ca-certificates
for file in *.container; do echo "$file" sed -i '/^PodmanArgs/ s/$/ --http-proxy=false/' "$file" done
Sorry, something went wrong.
causand22
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: