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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: