nearform / nscale

Deployment just got easy
http://nscale.nearform.com/
Artistic License 2.0
325 stars 23 forks source link

Errors when upgraded to docker 1.8 #102

Open shnist opened 9 years ago

shnist commented 9 years ago

Hi,

I tried upgrading from docker 1.6 to docker 1.8 (using OSX). With the changes from boot2docker to docker-machine it seems a breaking change has been introduced. When I attempt to run the nscale container buildall command I now receive the following error:

--> building all containers for tempus revision latest target local
--> finding container
--> initiating container build
--> executing container specific build for redis$redis_2.6
--> building
docker precheck failed, please enusure that docker can run on this system
docker precheck failed, please enusure that docker can run on this system
docker precheck failed, please enusure that docker can run on this system
ERROR: {"request":"container buildall","responseType":"stderr","level":"error"}

Tried removing the .nscale folder, reinstalling nscale and removing the workspace folder, but to no affect.

Any thoughts or possible workarounds would be greatly appreciated.

ry60003333 commented 8 years ago

I'm having a similar issue with a new setup, I just installed Docker 1.9.1 from the website which includes docker-machine instead of boot2docker. When running nscale start the command reports "not ok!" and the logs show this error: {"name":"nfd-kernel","hostname":"Ryans-Mac-Pro.local","pid":13920,"module":"docker","level":50,"target":"192.168.99.100","identityFile":"/Users/ry60003333/.ssh/id_boot2docker","user":"docker","port":8011,"retries":50,"msg":"Warning: Identity file /Users/ry60003333/.ssh/id_boot2docker not accessible: No such file or directory.","time":"2016-01-16T21:43:58.346Z","v":0}

Any ETA on when nscale will support docker-machine?

pelger commented 8 years ago

We have an update that supports docker 1.9.1 and docker-machine - currently testing and hope to put a fix out soon.

ry60003333 commented 8 years ago

@pelger Great to hear! I'll be eagerly awaiting it, I am very exciting to start using this project.