tailhook / vagga

Vagga is a containerization tool without daemons
http://vagga.readthedocs.org
MIT License
1.86k stars 96 forks source link

Missing Erlang/Elixir containers #507

Open Serkan-devel opened 5 years ago

Serkan-devel commented 5 years ago

It would be great to use that type of development environment in Elixir.

Elixir is a functional programming language, built on the ErlangVM and is know to be used for scalable, fault-tolerant and concurrent while using less resources.

https://elixir-lang.org/

tailhook commented 5 years ago

Sure. For the start, you can use !Sh commands to install elixir and its package manager, just like you normally do it in the shell (or more recently Dockerfile).

Adding special commands could be contributed (just like Ruby and PHP integration was contributed) by someone familiar with the language and ecosystem if there are big reasons for that (e.g. we still don't have integration with Rust, mostly because it's easily installed anyway and cargo is great without any vagga's support).