Elixir Blog Posts

Hi everyone. I’ve tried once more to create a nice development setup using docker, or by now rather podman, on my local Mac. The goal was to be able to mount the sources of my projects using a shared folder, so that I can edit them using the tools installed on my Mac, but still use containers for managing Elixir versions and being a bit closer to the production environment.

Since setting this up was a bit more complicated then expected (see also this Thread on this forum), I’ve decided to write a blog post about it as documentation for myself and anyone who might be interested:

https://nobilisdata.com/blog/podman_using_parallels_and_shared_folders_for_elixir_development/

1 Like