We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FAQ provides a command to set up the system keyring with credentials: https://github.com/icloud-photos-downloader/icloud_photos_downloader/blob/master/FAQ.md#system-keyring
But this command fails on the latest Docker image with:
Error: no such option: --username
$ docker run --rm -it --name icloud icloudpd/icloudpd:latest icloud --username="${APPLEID}" Unable to find image 'icloudpd/icloudpd:latest' locally latest: Pulling from icloudpd/icloudpd 9398808236ff: Pull complete 06607948fa6a: Pull complete 9cb5ea4c01eb: Pull complete Digest: sha256:59159f02416cc1ff693ce4e8cb63a2bcc4e887697a7e3778169fff586389952a Status: Downloaded newer image for icloudpd/icloudpd:latest Usage: exec icloud [OPTIONS] Try 'exec icloud --help' for help. Error: No such option: --username
Prompt for password, 2FA, etc.
Error
N/A
The text was updated successfully, but these errors were encountered:
fix keyring management params for icloud in docker (icloud-photos-dow…
d4cce47
…nloader#719)
fix keyring management params for icloud in docker (#719) (#721)
d38f831
No branches or pull requests
Overview
The FAQ provides a command to set up the system keyring with credentials: https://github.com/icloud-photos-downloader/icloud_photos_downloader/blob/master/FAQ.md#system-keyring
But this command fails on the latest Docker image with:
Error: no such option: --username
Steps to Reproduce
Expected Behavior
Prompt for password, 2FA, etc.
Actual Behavior
Error
Context
N/A
The text was updated successfully, but these errors were encountered: