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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
I just heard about this project, and having a officially supported Go binding to interact with Docker API is great.
However, like other Go bindings such as go-dockerclient that provide it, it would be very nice to be able to get a map[string]types.AuthConfig from ~/.docker/config.json/.dockercfg.
In docker/docker, this feature is provided by the cliconfig.
Would it be possible to migrate at least the reading part of cliconfig to engine-api ?
Hi Docker developers :)
I just heard about this project, and having a officially supported Go binding to interact with Docker API is great.
However, like other Go bindings such as go-dockerclient that provide it, it would be very nice to be able to get a
map[string]types.AuthConfigfrom~/.docker/config.json/.dockercfg.In
docker/docker, this feature is provided by thecliconfig.Would it be possible to migrate at least the reading part of
cliconfigtoengine-api?I'd be glad to provide a PR if you like.