lmakarov / boot2docker-vagrant

[DEPRECATED] Boot2docker Vagrant box for optimized Docker and Docker Compose use on Mac and Windows
145 stars 41 forks source link

Prevent permission (chown) errors on smb share #64

Closed jvandesande closed 8 years ago

lmakarov commented 8 years ago

@jvandesande thanks for the PR! This actually fixes/suppresses the annoying chown: Operation not permitted errors. This is a very useful fix :)

chmod works fine even without this, meaning it silently does nothing on most cases.