Improve agent.extra_docker_arguments documentation

This commit is contained in:
allegroai 2021-01-10 12:40:24 +02:00
parent 161993f66f
commit 2602301e1d

View File

@ -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", ]