I have successfully set-up a docker swarm on an Azure scale-set, all good.
Now, i need to mount an Azure storage device on my container to utilize my app, this is ofc. simple with “docker run” since i can add capabilities; but this cannot be achieved through “docker service create”.
What are the possibilities for me to mount storage shares (CIFS/Samba) on the autoscaling nodes for my container?
Thanks in advance.