mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Terminology switch docker > container
This commit is contained in:
parent
5ca71f443e
commit
a923f52c22
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user