DEV Community

Discussion on: Development environment for Elixir + Phoenix with Docker and Docker-compose

Collapse
 
igorkoshnarov profile image
IgorKoshnarov

Hey, Aleksi, thanks for the reply! It's a phoenix project which runs on a VPS (Ubuntu bionic, Erlang/OTP 22, Elixir 1.10.2) and I want to have a development environment as close to the production as I can, at least OS and Erlang version and Elixir version.
It seems that I'll need to build my docker container from Ubuntu image...

Thread Thread
 
hlappa profile image
Aleksi Holappa

in that case, yes. It is a bit heavy compared to alpine based images, but totally doable!