Cannot start docker container #980
|
Hello! And here is the output of my logs: I could really use some help, please. Thank you! |
Replies: 4 comments
|
Binding to ports <1024 is restricted to the root user in Linux. Since the container is running as (You also need to update the docker port mapping) |
|
Sorry for taking so long to reply -- busy with the holidays. So I did as you said, and it worked!! Then I had to spend some time figuring out how to escape special characters in my password, and I got that working as well. Finally, all that leaves is my last question. What is the best method you'd recommend for syncing multiple iCloud accounts? Just run separate Docker containers for each account, with their own separate folders? Or can the same Docker instance backup multiple accounts? Thanks again for all your help! |
|
Each container instance can only sync one library - I would simply spin up additional containers for this use case. Maybe try and schedule the sync operations in a way that they don't execute at the same time (since Apple seems to rate limit operations at some point, running two syncs at the same time might be a problem) |
|
Ok, that makes perfect sense. Thank you again for all your patience and help! |
Binding to ports <1024 is restricted to the root user in Linux. Since the container is running as
1026:100binding to the default port (80) fails - can you try specifying another port >1024 - like 9100 - by using the environment variablePORT`(https://icps.steiler.dev/user-guides/cli/#port):