-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
This will be because your 'unraid' platform Docker configuration is incorrect. You need to ensure you configure the 'ONEDRIVE_DATA_DIR' variable to point at your large storage volume outside of the Docker environment. Please read https://github.com/abraunegg/onedrive/blob/master/docs/Docker.md in greater detail and then work with 'unraid' support to fix your issue. |
Beta Was this translation helpful? Give feedback.
-
@addohm You are having issues with 'unraid' who are providing your Docker version. Please seek support from 'unraid' as to why their platform and plugin is not working. |
Beta Was this translation helpful? Give feedback.
-
Somehow, at some point, onedrive was storing files in |
Beta Was this translation helpful? Give feedback.
-
This means one of 3 things:
Running Docker as root poses security risks. If an attacker gains control over the Docker daemon, they effectively have root access to the host system. This is a significant concern in terms of system security. To mitigate this risk, Docker introduced the concept of rootless mode. Running Docker in rootless mode means the Docker daemon and containers run as an unprivileged user. This increases security as it restricts the scope of what can be done within the Docker environment, reducing the risk of a compromised Docker container affecting the host system. The Docker 'onedrive' documentation specifically advises to configure your Docker platform to not run as root. So again ... this is a 'unraid' problem ... please seek support from 'unraid' |
Beta Was this translation helpful? Give feedback.
@addohm
This will be because your 'unraid' platform Docker configuration is incorrect.
You need to ensure you configure the 'ONEDRIVE_DATA_DIR' variable to point at your large storage volume outside of the Docker environment.
Please read https://github.com/abraunegg/onedrive/blob/master/docs/Docker.md in greater detail and then work with 'unraid' support to fix your issue.