Merge pull request #11438 from gtardif/aci_volume_update

ACI: Update volume management documentation
This commit is contained in:
Usha Mandya 2020-09-30 13:35:23 +01:00 committed by GitHub
commit e435742041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ using your ACI Docker context, you can use the `docker volume create` command,
and specify an Azure storage account name and the file share name:
```
$ docker --context aci volume create --storage-account mystorageaccount --fileshare test-volume
$ docker --context aci volume create test-volume --storage-account mystorageaccount
[+] Running 2/2
⠿ mystorageaccount Created 26.2s
⠿ test-volume Created 0.9s
@ -208,7 +208,7 @@ If you specify an existing storage account, the command creates a new
file share in the exsting account:
```
$ docker --context aci volume create --storage-account mystorageaccount --fileshare test-volume2
$ docker --context aci volume create test-volume2 --storage-account mystorageaccount
[+] Running 2/2
⠿ mystorageaccount Use existing 0.7s
⠿ test-volume2 Created 0.7s