mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-11 23:34:19 +00:00
Add agent.docker_args_filters to configuration docs
This commit is contained in:
parent
a26860e79f
commit
54ed234fca
@ -200,6 +200,12 @@
|
|||||||
# allows the following task docker args to be overridden by the extra_docker_arguments
|
# allows the following task docker args to be overridden by the extra_docker_arguments
|
||||||
# protected_docker_extra_args: ["privileged", "security-opt", "network", "ipc"]
|
# protected_docker_extra_args: ["privileged", "security-opt", "network", "ipc"]
|
||||||
|
|
||||||
|
# Enforce filter whitelist on docker arguments, allowing only those matching these filters to be used when running
|
||||||
|
# a task. These can also be provided using the CLEARML_AGENT_DOCKER_ARGS_FILTERS environment variable
|
||||||
|
# (using shlex.split whitespace-separated format).
|
||||||
|
# For example, allow only environment variables:
|
||||||
|
# docker_args_filters: ["^--env$", "^-e$"]
|
||||||
|
|
||||||
# optional shell script to run in docker when started before the experiment is started
|
# optional shell script to run in docker when started before the experiment is started
|
||||||
# extra_docker_shell_script: ["apt-get install -y bindfs", ]
|
# extra_docker_shell_script: ["apt-get install -y bindfs", ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user