-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
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
possibility to set a proxy directly in podman instead of set the system wide environment variable #31
Comments
can this be closed? From comments https://bugzilla.redhat.com/show_bug.cgi?id=1682970, supported proxy settings under |
I am not sure I enabled their desired change. What they wanted was to be able to set the HTTP_PROXY environment inside of containers.conf and have it apply to Podman, currently they only apply to the internal containers, and not to Podman. |
@QiWang19 Could you add something like engine env to containers.conf and then we can read this environment and set it in the engine during their main() That way the pulling and pushing will use the environment and satisfy this requirement. |
Set the env that is used by Podman. related issue containers/common#31 Signed-off-by: Qi Wang <[email protected]>
Set the env that is used by Podman. related issue containers/common#31 Signed-off-by: Qi Wang <[email protected]>
replace calls to unwrap with expect
containers/podman#4543
The text was updated successfully, but these errors were encountered: