From 8eef9e1f96bfeef91f2ed7badd632e3a413f078b Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 16 Nov 2023 09:04:35 +1100 Subject: [PATCH] Update docker.md * Correct product name --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index b1995229..1bf6251f 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -131,7 +131,7 @@ This will create a docker volume labeled `onedrive_data` and will map to a path * The owner of this specified folder must have permissions for its parent directory * Docker will attempt to change the permissions of the volume to the user the container is configured to run as -**NOTE:** Issues occur when this target folder is a mounted folder of an external system (NAS, SMB mount, USB Drive etc) as the 'mount' itself is owed by 'root'. If this is your use case, you *must* ensure your normal user can mount your desired target without having the target mounted by 'root'. If you do not fix this, your Podman container will fail to start with the following error message: +**NOTE:** Issues occur when this target folder is a mounted folder of an external system (NAS, SMB mount, USB Drive etc) as the 'mount' itself is owed by 'root'. If this is your use case, you *must* ensure your normal user can mount your desired target without having the target mounted by 'root'. If you do not fix this, your Docker container will fail to start with the following error message: ```bash ROOT level privileges prohibited! ```