You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly load configuration when instantiating new client without kwargs
The init function of PodmanClient was never loading the system configuration
when no kwargs were specified. This change makes it so that we load the core
data (base_url and identity) from the config file.
Signed-off-by: Anish Asthana <[email protected]>
0 commit comments