Since we already talked about using Azure Files for storage and for docker why not make your own storage use of it – something like ‘Dropbox’
Product I’m referring here is called owncloud and I wont be spending time to tell you what PRO/CONs you have. In my case I wanted to use it to share files with friends and family so I decided to set up own container.
Choosen for Docker and there was a suprise When using the default image there was no LDAP support. So I have just added it to a docker file and created a gist of it.