-
Notifications
You must be signed in to change notification settings - Fork 31
This is a list of issues and answers found to the use of rake-compiler-dock. You're welcome to add your own questions, when you've found suitable answers.
A: Copy certificate and key into the container through the current working directory. Here is an example: https://github.com/ged/ruby-pg/blob/master/Rakefile.cross#L287
Q: docker version
complains about "certificate is valid for 127.0.0.1, 10.0.2.15, not 192.168.59.107"
A: This is probably due to a bug in boot2docker-1.7.0 . Use one of the fixes in #issue-824 .
A: rake-compiler-dock can only mount local drives - network drives can not be used.
A: boot2docker init
creates a VM in Virtualbox. Try to start the VM within the VirtualBox GUI. This can give an indication, why the VM can not be started.
A: It could disturb boot2docker, if there are some ancient versions of MSYS tools are in the search path. Try boot2docker start -v
to get some debug information what fails.