Skip to content

Commit 101167f

Browse files
committed
edits
1 parent 8b7ecbb commit 101167f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-volume-emptydir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Some example uses for an *emptyDir* volume:
2424

2525
Data in an *emptyDir* volume is persisted through container crashes. Containers that are restarted, however, are not guaranteed to persist the data in an *emptyDir* volume. If you stop a container group, the *emptyDir* volume is not persisted.
2626

27-
The maximum size of a Linux emptyDir volume is 50 GB.
27+
The maximum size of a Linux *emptyDir* volume is 50 GB.
2828

2929
## Mount an emptyDir volume
3030

31-
To mount an emptyDir volume in a container instance, you can deploy using an [Azure Resource Manager template](/azure/templates/microsoft.containerinstance/containergroups) or a [YAML file](container-instances-reference-yaml.md).
31+
To mount an emptyDir volume in a container instance, you can deploy using an [Azure Resource Manager template](/azure/templates/microsoft.containerinstance/containergroups), a [YAML file](container-instances-reference-yaml.md), or other programmatic methods to deploy a container group.
3232

3333
First, populate the `volumes` array in the container group `properties` section of the file. Next, for each container in the container group in which you'd like to mount the *emptyDir* volume, populate the `volumeMounts` array in the `properties` section of the container definition.
3434

0 commit comments

Comments
 (0)