Noizeramp

  • Home
  • Archive
  • Posts
  • Tags
  • Elixir meets Docker.io

    16 July 2016 ⋅ 4 min read ⋅ elixir docker

    In usual conditions it’s preferable to deploy your Elixir / Erlang apps with exrm and a-la Capistrano derivatives like edeliver. 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.

    Read more