From 2602301e1d92be99bbf542573f4eb9fc46c7ec60 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 10 Jan 2021 12:40:24 +0200 Subject: [PATCH] Improve agent.extra_docker_arguments documentation --- docs/clearml.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clearml.conf b/docs/clearml.conf index 299aac1..8fe12c1 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -118,7 +118,7 @@ agent { # optional arguments to pass to docker image # these are local for this agent and will not be updated in the experiment's docker_cmd section - # extra_docker_arguments: ["--ipc=host", ] + # extra_docker_arguments: ["--ipc=host", "-v", "/mnt/host/data:/mnt/data"] # optional shell script to run in docker when started before the experiment is started # extra_docker_shell_script: ["apt-get install -y bindfs", ]