Fix names of storage account and file share

This commit is contained in:
Tatsuya Sato 2020-10-01 16:30:06 +09:00 committed by GitHub
parent f67ae93112
commit c1ac10fc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ and file share name `myfileshare`, you can specify a volume in your deployment `
command as follows:
```
docker run -v storageaccount/fileshare:/target/path myimage
docker run -v mystorageaccount/myfileshare:/target/path myimage
```
The runtime container will see the file share content in `/target/path`.