From faf35e93e043aec075fbf70c7b4c225d78c18d9f Mon Sep 17 00:00:00 2001 From: revital Date: Thu, 24 Apr 2025 14:06:53 +0300 Subject: [PATCH] Add note for docker access on linux server deployment --- docs/deploying_clearml/clearml_server_linux_mac.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/deploying_clearml/clearml_server_linux_mac.md b/docs/deploying_clearml/clearml_server_linux_mac.md index 75cedeb7..c817f557 100644 --- a/docs/deploying_clearml/clearml_server_linux_mac.md +++ b/docs/deploying_clearml/clearml_server_linux_mac.md @@ -127,7 +127,13 @@ Deploying the server requires a minimum of 8 GB of memory, 16 GB is recommended. ``` sudo chown -R 1000:1000 /opt/clearml ``` - + + :::note + This assumes the container processes run as UID 1000 and GID 1000. The ownership of `/opt/clearml` must match the + UID and GID used inside the container. If the container runs as a different user or group, update the ownership + accordingly to ensure they can access the mounted directories. + ::: + * macOS: ```