From a923f52c228702da850c89a28668d2896b3c6ee9 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 23 Feb 2025 15:34:18 +0200 Subject: [PATCH] Terminology switch docker > container --- docs/clearml_agent/clearml_agent_base_docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/clearml_agent/clearml_agent_base_docker.md b/docs/clearml_agent/clearml_agent_base_docker.md index 1f0083a3..b4959647 100644 --- a/docs/clearml_agent/clearml_agent_base_docker.md +++ b/docs/clearml_agent/clearml_agent_base_docker.md @@ -1,16 +1,16 @@ --- -title: Building Task Execution Environments in Docker +title: Building Task Execution Environments in a Container --- -### Base Docker Container +### Base Container -Build a Docker container according to the execution environment of a specific task. +Build a container according to the execution environment of a specific task. ```bash clearml-agent build --id --docker --target ``` -You can add the Docker container as the base Docker image to a task, using one of the following methods: +You can add the container as the base container image to a task, using one of the following methods: - Using the **ClearML Web UI** - See [Default Container](../webapp/webapp_exp_tuning.md#default-container). - In the ClearML configuration file - Use the ClearML configuration file [`agent.default_docker`](../configs/clearml_conf.md#agentdefault_docker)