Jurassic Getting started mix deps.get Running tests mix test mix test.watch Build image Docker docker build -t elixir_katas . Running tests in image Docker docker run --rm -t elixir_katas mix test Access image docker docker run --rm -it -t elixir_katas /bin/sh