docker-library / owncloud

Docker Official Image packaging for ownCloud
101 stars 77 forks source link

Docker Windows Persistent /var/www/html/data #81

Closed vvallee closed 7 years ago

vvallee commented 7 years ago

I have large existing media libraries that I would like to have accessible in docker. I have used below, to do this, which is great, however the owncloud service complains about 0770 permissions. Any ideas?

`owncloud-data: volumes:

tianon commented 7 years ago

Is this directory shared with a VM using something like vboxsf? (Docker Toolbox/docker-machine, Docker for Mac, Docker for Windows?)

tianon commented 7 years ago

Oh sorry, you mentioned Windows already -- yes, this is going to be a constraint of your Windows-based filesystem on /f/Downloads/MEDIA/DATA. Windows does not support the same types of granularity on permissions that Unix does, so I don't think there's much that really can be done here. :disappointed: