Closed lfergon closed 8 years ago
Hello @lfergon,
yeah, there's a reason I disable the issue trackers: It simply means that I decide to not provide any support for my open source projects. So I ask you and others to please not misuse the pull request feature for support requests.
That being said, you probably have to adjust the access permissions of the directory on your Linux host, e.g.:
chmod 777 ./test
The reason that it works on your Mac without those changes is that with the default docker-machine setup of Docker toolbox, all Mac folders get mapped with access rights of your current user account.
On a Linux box like your Digital Ocean droplet though, the node user ID inside of the container gets mapped one-to-one to the same user ID on your Linux host, which might not even exist.
File