Elixir Static App Binaries

I’ve certainly put Elixir into production on bare VMs, and it’s just not that hard. (Although still room for improvement…)

My point about Docker is not that it’s the best way to deploy Elixir, but that a Docker container is rapidly becoming the standard “unit of deployment” to the cloud to such an extent that it is practically replacing self-contained binary as the default & simplest deployment option for beginners.