Conversation
|
Nice idea @denheck! First, the fact that the user modifies the source code on the fly (by solving the koans) cause the build of the docker image to run every time. Everything is cached until the call to
Will be happy to hear about other options. Second question. Is the Third, a simpler way to call this command will be nice. Maybe a script or a Makefile. As a linux user I have no idea what a crossplatform solution would look like. Lastly, note that there are some trailing white spaces in the Dockerfile. Will be happy to discuss this further. Let's see what the maintainers think :-) |
|
Hey @Nagasaki45, thanks for your feedback!
I appreciate your comments and suggestions. Thanks again! |
|
Thanks for the update!
Thanks again |
|
Nice catch on adding the I don't think Make or Bash come pre-installed on Windows. Unfortunately we can't use mix to solve it either without installing Elixir on the host machine. Let me know if you find any other issues. Thanks again for your feedback! |
When you are so concentrated on the details that you forget the porpuse 😬 |
|
This looks pretty nifty! Thx! |
|
Thanks for the feedback @felipesere! I added the docker commands mentioned above to a shell script. |
|
Any outstanding actions before this can be merged? |
|
I have forked it and copied the PR, @DaneWeber, if that helps you |
Koans for Docker users
Really like the work you guys are doing here! I don't have elixir installed locally so I use docker for my projects. Thought I would contribute the Dockerfile and commands I have been using. From within the elixir-koans directory:
I would be happy to update the README with these commands. Thanks!