jonschipp / ISLET

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

detect docker and its options verify() #68

Open jonschipp opened 8 years ago

jonschipp commented 8 years ago

@mikedowney01 In Docker module's verify function, check that docker is available, is working, docker path is available, and that any settings we may need are available in the installed version.

Print helpful error message and fail if we can't run it.

mikedowney01 commented 8 years ago

In progress