Skip to content
Discussion options

You must be logged in to vote

I solved this in my container by addding XDG_DATA_HOME=/config to the Dockerfile so that ~/.local/share/python_keyring becomes /config/python_keyring and persists across container re-creations (if you have a persistent volume mapped to /config)... You can add the variable at runtime with something like this:

docker run -it --rm --name icloudpd -v $(pwd)/config:/config -v $(pwd)/data:/data -e TZ=America/Los_Angeles -e XDG_DATA_HOME=/config icloudpd/icloudpd:latest icloudpd --cookie-directory /config --directory /data --username [email protected] --watch-with-interval 3600

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AndreyNikiforov
Comment options

@kusold
Comment options

Comment options

You must be logged in to vote
1 reply
@kusold
Comment options

Answer selected by kusold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants