Skip to content

Commit 2755124

Browse files
Removing sf volume driver since folks assume it is shipped already
1 parent 4c5c090 commit 2755124

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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,6 +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="myvolume1" Destination="c:\testmountlocation2" Driver="azurefile" IsReadOnly="true">
45+
<DriverOption Name="share" Value="models"/>
46+
</Volume>
4447
       </ContainerHostPolicies>
4548
   </Policies>
4649
    </ServiceManifestImport>

0 commit comments

Comments
 (0)