-
Elixir meets Docker.io
In usual conditions it’s preferable to deploy your Elixir / Erlang apps with
exrm
and a-la Capistrano derivatives likeedeliver
. There are cases when you either need to make it easily installable or handable to a client. In this rare cases packaging the app in the Docker image is worth the effort.