docker-credential-helpers
docker-credential-helpers copied to clipboard
How to pass secretservice to container
On my Ubuntu Dev machine I have credentials stored via secretservice. Now I would like to run containers inside docker, which have these same credentials.
Mounting $HOME/.docker into the container works fine OC, but using the credentials fails since it does not yet find the secretservice-credential helper. And even if I would have the binary, I assume that somehow I would need a way to connect to host DBUS!?
Is there any documentation on how to do this?
You might take a look at this file: https://github.com/docker/docker-credential-helpers