Skip to content

Commit 0e11d1b

Browse files
authored
Apply suggestions from PR review
1 parent 57bb2d5 commit 0e11d1b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@ For Linux container workloads, Batch currently supports the following Linux imag
7676
- Offer: `ubuntu-hpc`
7777

7878
#### Notes
79-
The docker data root of the above images lie in different places:
80-
- for the batch image `microsoft-azure-batch` (Offer: `centos-container-rdma`, etc), the docker data root is mapped to `/mnt/batch/docker`, which is usually located on the temporary disk.
81-
- 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. This folders are usually located on the OS disk.
79+
The docker data root of the above images lies in different places:
80+
- For the batch image `microsoft-azure-batch` (Offer: `centos-container-rdma`, etc), the docker data root is mapped to `/mnt/batch/docker`, which is usually located on the temporary disk.
81+
- 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 usually located on the OS disk.
8282

8383
When using non-Batch images, the OS disk has the potential risk of being filled up quickly as container images are downloaded.
84-
#### Potential Solutions for Customer
85-
a) Change the docker data root in a start task when creating a pool in BatchExplorer,example of Start Task command like this:
84+
#### Potential Solutions for Customer
85+
86+
Change the docker data root in a start task when creating a pool in BatchExplorer. Here's an example of the Start Task command:
8687
```csharp
8788
1) sudo systemctl stop docker
8889
2) sudo vi /lib/systemd/system/docker.service

0 commit comments

Comments
 (0)