jonschipp / ISLET

Isolated, Scalable, & Lightweight Environment for Training
Other
111 stars 18 forks source link

Can't run make #65

Closed hsingh23 closed 8 years ago

hsingh23 commented 8 years ago

I'm new to docker-machine, but when I ssh in I can't run make.

I think I'll just create an ubuntu box, with the ports exposed.

jonschipp commented 8 years ago

Hello Harsh, I'm confused about your question. To run ISLET install the dependencies docker-engine, make, sqlite3 on a debian based system (ubuntu is preferred) and then use the make targets in the documentation available in the README.md file

hsingh23 commented 8 years ago

I'm trying this from a windows machine and docker toolbox which sets up a vm with boot2docker as the image which is pretty barebones. I don't think it has sh, make, etc. It does have the docker runtime and I think I'll just boot to the islet image on docker hub.

jonschipp commented 8 years ago

Oh, haven't test it like that. I believe the ISLET docker images is quite a bit out of date, I need to update it. Let me know if you get it working.

jonschipp commented 8 years ago

Not an issue with ISLET per say, closing..