Skip to content

Commit 26fd215

Browse files
Merge pull request #310351 from PhilKang0704/2026_01-Monthly-broken-links-fix-pk-140
2026_01-Monthly-broken-links-fix-pk-140
2 parents 0ce43ba + 7df06b7 commit 26fd215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/batch/nodes-and-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To learn how to create a pool with custom images, see [Use the Azure Compute Gal
8585

8686
### Container support in Virtual Machine pools
8787

88-
When creating a Virtual Machine Configuration pool using the Batch APIs, you can set up the pool to run tasks in Docker containers. Currently, you must create the pool using an image that supports Docker containers. Use the Windows Server 2016 Datacenter with Containers image from the Azure Marketplace, or supply a custom VM image that includes Docker Community Edition or Enterprise Edition and any required drivers. The pool settings must include a [container configuration](/rest/api/batchservice/pool/add) that copies container images to the VMs when the pool is created. Tasks that run on the pool can then reference the container images and container run options.
88+
When creating a Virtual Machine Configuration pool using the Batch APIs, you can set up the pool to run tasks in Docker containers. Currently, you must create the pool using an image that supports Docker containers. Use the Windows Server 2016 Datacenter with Containers image from the Azure Marketplace, or supply a custom VM image that includes Docker Community Edition or Enterprise Edition and any required drivers. The pool settings must include a [container configuration](/rest/api/batchservice/pools/create-pool) that copies container images to the VMs when the pool is created. Tasks that run on the pool can then reference the container images and container run options.
8989

9090
For more information, see [Run Docker container applications on Azure Batch](batch-docker-container-workloads.md).
9191

0 commit comments

Comments
 (0)