Use Docker to create an Elixir/Phoenix development environment

Cesar William Alvarenga
The Startup
Published in
2 min readJun 13, 2020

--

What is Elixir/Phoenix?

In a nutshell, Phoenix is a web framework that is written in the Elixir programming language and runs on top of the Erlang virtual machine. We use Elixir for building low-latency, fault-tolerant, distributed systems, which are increasingly necessary qualities of modern web applications.

--

--