Skip to content

Commit 8db1a30

Browse files
authored
Removed CentOS References and Caution info
1 parent 31a2f0c commit 8db1a30

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/batch/batch-docker-container-workloads.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
title: Container workloads on Azure Batch
33
description: Learn how to run and scale apps from container images on Azure Batch. Create a pool of compute nodes that support running container tasks.
44
ms.topic: how-to
5-
ms.date: 06/04/2024
5+
ms.date: 06/10/2024
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp, linux-related-content
88
---
99

1010
# Use Azure Batch to run container workloads
1111

12-
> [!CAUTION]
13-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
14-
1512
Azure Batch lets you run and scale large numbers of batch computing jobs on Azure. Batch tasks can run directly on virtual machines (nodes) in a Batch pool, but you can also set up a Batch pool to run tasks in Docker-compatible containers on the nodes. This article shows you how to create a pool of compute nodes that support running container tasks, and then run container tasks on the pool.
1613

1714
The code examples here use the Batch .NET and Python SDKs. You can also use other Batch SDKs and tools, including the Azure portal, to create container-enabled Batch pools and to run container tasks.
@@ -86,8 +83,6 @@ without the need for a custom image.
8683
Currently there are other images published by `microsoft-azure-batch` that support container workloads:
8784

8885
- Publisher: `microsoft-azure-batch`
89-
- Offer: `centos-container`
90-
- Offer: `centos-container-rdma` (For use exclusively on VM SKUs with Infiniband)
9186
- Offer: `ubuntu-server-container`
9287
- Offer: `ubuntu-server-container-rdma` (For use exclusively on VM SKUs with Infiniband)
9388

@@ -97,7 +92,6 @@ Currently there are other images published by `microsoft-azure-batch` that suppo
9792
9893
#### Notes
9994
The docker data root of the above images lies in different places:
100-
- For the Azure Batch published `microsoft-azure-batch` images (Offer: `centos-container-rdma`, etc.), the docker data root is mapped to _/mnt/batch/docker_, which is located on the temporary disk.
10195
- For the HPC image, or `microsoft-dsvm` (Offer: `ubuntu-hpc`, etc.), the docker data root is unchanged from the Docker default, which is _/var/lib/docker_ on Linux and _C:\ProgramData\Docker_ on Windows. These folders are located on the OS disk.
10296

10397
For non-Batch published images, the OS disk has the potential risk of being filled up quickly as container images are downloaded.

0 commit comments

Comments
 (0)