Docker with keyring on Synology #705
Replies: 2 comments
-
Same question |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, you can run docker container as service with
I don't know how keyring and docker work. Pls upidate the doc once you figure it out.
keyring stores credentials keyed by appleid, so one keyring can store creds for multiple apple_ids. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have been playing around with this and can get a sync going with the simple Docker command that passes both user name and password. However I'd obviously like to use this without passing the password every time. I also need to sync more than one users library, and want to run it every night.
What I can't figure out is how to use the keyring with Docker. In the docs it talks about using the
icloud
command to add to the keyring, however when I try to run this I get an error saying--username
isn't recognised. When I useauth add username@icloud.com
I'm not prompted for a password or for confirmation of adding to keychain.Browsing both the issues and discussions, I've seen a few people have raised issues, discussed having 'permanent' docker containers, or have talked about still being asked for passwords after adding to keychain. However I couldn't find any detailed instructions on how to set this up.
So a few possibly dumb questions I have:
Beta Was this translation helpful? Give feedback.
All reactions