functional-koans / clojure-koans

A set of exercises for learning Clojure
3.74k stars 2.14k forks source link

Add Docker information in README #119

Closed letnando closed 7 years ago

trptcolin commented 7 years ago

Sorry for the extreme delay. Thanks! I like this idea - my only blocker is that right now (OSX El Capitan, Docker 1.13.0, koans master), I can't figure out how to quit the docker execution of lein koan run - <ctrl-c> doesn't do anything and I end up having to kill -9 the process. Not sure if this is an inherent issue or if it's something we could work around. lein koan repl exited just fine fwiw.

trptcolin commented 7 years ago

Adding -it to the Docker example for lein koan run did the trick and made it <ctrl-c>-able. Thanks for this!