mirror of https://github.com/docker/docs.git
Merge pull request #11455 from satoryu/patch-2
Fix names of storage account and file share
This commit is contained in:
commit
9d70aa1627
|
|
@ -161,7 +161,7 @@ and file share name `myfileshare`, you can specify a volume in your deployment `
|
||||||
command as follows:
|
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`.
|
The runtime container will see the file share content in `/target/path`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue