Terminology switch docker > container

This commit is contained in:
revital 2025-02-23 15:34:18 +02:00
parent 5ca71f443e
commit a923f52c22

View File

@ -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 <task-id> --docker --target <new-docker-name>
```
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)