Skip to content

Commit 099467a

Browse files
authored
Merge pull request #24566 from mani-ramaswamy/master
Updating volume driver page
2 parents a94a035 + 2755124 commit 099467a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/service-fabric/service-fabric-containers-volume-logging-drivers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: dotNet
1313
ms.topic: article
1414
ms.tgt_pltfrm: NA
1515
ms.workload: NA
16-
ms.date: 8/9/2017
16+
ms.date: 8/9/2017
1717
ms.author: subramar
1818
---
1919

@@ -41,7 +41,9 @@ Service Fabric supports specifying [Docker volume plugins](https://docs.docker.c
4141
        </LogConfig>
4242
        <Volume Source="c:\workspace" Destination="c:\testmountlocation1" IsReadOnly="false"></Volume>
4343
        <Volume Source="d:\myfolder" Destination="c:\testmountlocation2" IsReadOnly="true"> </Volume>
44-
        <Volume Source="myexternalvolume" Destination="c:\testmountlocation3" Driver="sf" IsReadOnly="true"></Volume>
44+
<Volume Source="myvolume1" Destination="c:\testmountlocation2" Driver="azurefile" IsReadOnly="true">
45+
<DriverOption Name="share" Value="models"/>
46+
</Volume>
4547
       </ContainerHostPolicies>
4648
   </Policies>
4749
    </ServiceManifestImport>

0 commit comments

Comments
 (0)