docker-credential-helpers icon indicating copy to clipboard operation
docker-credential-helpers copied to clipboard

How to pass secretservice to container

Open abergmeier opened this issue 6 years ago • 1 comments

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?

abergmeier avatar May 16 '19 07:05 abergmeier

You might take a look at this file: https://github.com/docker/docker-credential-helpers

jeremiah avatar Aug 22 '19 20:08 jeremiah