greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

Figure out why volumes are causing permissions issues #23

Closed l3iggs closed 9 years ago

l3iggs commented 9 years ago

Using VOLUME lines in the docker file seems to mess up the permissions of the target directories, figure out why that is/how to solve it.

cema-sp commented 9 years ago

I found that:

l3iggs commented 9 years ago

Thank you. I'm not really seeing the benefits of putting these volume lines in the Dockerfile over having the user configure their volumes from the command line when they run docker to start the container, so I was thinking of leaving these lines out for now. What do you think?

cema-sp commented 9 years ago

I agree about these lines and I think they should be left commented just to show ability and paths.