Closed larskanis closed 8 years ago
rake-compiler-dock mounts the current working directory into the docker container. This however only works for directories below c:\Users or /Users on Windows or OS-X. This is because docker-machine or boot2docker only map this directory by default. See https://github.com/boot2docker/boot2docker/blob/master/README.md#virtualbox-guest-additions
So, if rake-compiler-dock makes use of docker-machine or boot2docker, it should either check, that the path is below Users or it should add this path per VirtualBox Guest Addtitions.
Users
This is fixed with https://github.com/rake-compiler/rake-compiler-dock/commit/585008382e95fd4eeb03a9dec2a21c753718b947 .
rake-compiler-dock mounts the current working directory into the docker container. This however only works for directories below c:\Users or /Users on Windows or OS-X. This is because docker-machine or boot2docker only map this directory by default. See https://github.com/boot2docker/boot2docker/blob/master/README.md#virtualbox-guest-additions
So, if rake-compiler-dock makes use of docker-machine or boot2docker, it should either check, that the path is below
Users
or it should add this path per VirtualBox Guest Addtitions.