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
## Summary of the Pull Request
Update docker (and related tooling) to the latest version.
## Detailed Description of the Pull Request / Additional comments
The core motivation is to have a version of the docker client that does
not attempt to mutate/rewrite the config
(docker/cli#5553).
This is in preparation of a future enhancement to share the same client
configuration of the windows host and to provide a seamless experience.
This could include also the auth via credential helpers running on the
host (e.g. a basic scenario is to at least use the windows credential
manager to avoid storing static credentials in plain in the config
file).
I did not push anything yet because i am waiting to see if
docker/cli#5948
get merged as it would probably provide a better and simpler out of the
box experience.
Co-authored-by: Luca Piombino <[email protected]>
0 commit comments