Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 57 forks source link

azurefile-dockervolumedriver for DC/OS json #74

Closed TamasSzerb closed 7 years ago

TamasSzerb commented 7 years ago

Hello,

Could you please point out how could I use this azurefile-dockervolumedriver driveer for DC/OS application JSON? I cannot find any resource for this - yet.

Thanks,

Tamas

ahmetb commented 7 years ago

@TamasSzerb I suggest reading DCOS documentation on how to configure Docker Volume Plugins. This is just another plugin really.

ahmetb commented 7 years ago

@TamasSzerb There is an example here: https://mesosphere.github.io/marathon/docs/external-volumes.html I suggest following that tutorial. It should work the same way once your Mesos agent nodes are configured with azurefile-dockervolumedriver in advance.