From 59b6feaef06d567ca8906025b75ffc283784665a Mon Sep 17 00:00:00 2001 From: Theo Pack Test Date: Thu, 13 Oct 2016 08:46:42 +0200 Subject: [PATCH 1/2] Add docker section in installation part --- install.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.markdown b/install.markdown index fdea8da51..e2125fd8d 100644 --- a/install.markdown +++ b/install.markdown @@ -56,6 +56,15 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel * Chocolatey * `cinst elixir` +### Docker + +If you are familiar with Docker you can use the offical Docker image to get started quickly with Elixir. + + * Using interactive shell + * Run: `docker run -it --rm elixir` + * Enter container + * Run: `docker run -it --rm elixir bash` + Those distributions will likely install Erlang automatically for you too. In case they don't, check the [Installing Erlang](/install.html#installing-erlang) section below. ## Precompiled package From b8af81ba2909812e605e969b38e380eeee891d7d Mon Sep 17 00:00:00 2001 From: Theo Pack Test Date: Thu, 13 Oct 2016 08:54:10 +0200 Subject: [PATCH 2/2] Add docker section in installation part --- install.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.markdown b/install.markdown index e2125fd8d..b954cbd27 100644 --- a/install.markdown +++ b/install.markdown @@ -56,17 +56,17 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel * Chocolatey * `cinst elixir` +Those distributions will likely install Erlang automatically for you too. In case they don't, check the [Installing Erlang](/install.html#installing-erlang) section below. + ### Docker If you are familiar with Docker you can use the offical Docker image to get started quickly with Elixir. - * Using interactive shell + * Enter interactive mode * Run: `docker run -it --rm elixir` - * Enter container + * Enter bash within container with installed `elixir` * Run: `docker run -it --rm elixir bash` -Those distributions will likely install Erlang automatically for you too. In case they don't, check the [Installing Erlang](/install.html#installing-erlang) section below. - ## Precompiled package Elixir provides a precompiled package for every release. First [install Erlang](/install.html#installing-erlang) and then download and unzip the [Precompiled.zip file for the latest release](https://github.com/elixir-lang/elixir/releases/).