Skip to content

Unable to chown on mounted volume #50

Closed
@14to9

Description

@14to9

Hi Nathan,

Love love this project so far. Trying it out today on our nine container (locally docker-compose'd) project has everything running amazingly smoothly (and so much faster IO than VirtualBox thankyouverymuch)

BUT

One issue is this: On our simulated ftp host, the container we're running attempts to run chown on the mounted path and fails. Here's the step to reproduce (requires a local directory to test with, can be empty):

$ docker run -v /Users/14to9/dev/project/ftp:/ftp -it -e USERNAME=a -e PASSWORD=b morrisjobke/docker-proftpd:latest 
Setting credentials to a:b
chown: changing ownership of '/ftp/abcbwi-1438018428_20150727-173347_204.xml': Operation not permitted
chown: changing ownership of '/ftp': Operation not permitted
$ 

Is this expected behavior from dlite, or the permissions issue it feels like?

Thanks again for this project 👍 💯

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions