From b5bc5f6944f4e7fe0c66a77ae004aa1d85ea48cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Thu, 9 May 2019 07:46:02 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0061f5d..23f992d 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,16 @@ Basic knowledge of erlang, algorithm and statistics. ### Install or use Docker If you prefer install the erlang compiler, please search for the appropriate installation for your OS. + If you prefer you can use Docker to test this solution. +Get a [docker container](https://hub.docker.com/search?q=erlang&type=image) and start the container: +I suggest [this container](https://hub.docker.com/r/bitwalker/alpine-erlang) and run: -Get a docker container like https://hub.docker.com/r/bitwalker/alpine-erlang and start the container: -`docker run --rm -it --user=root bitwalker/alpine-erlang` +``` +docker pull bitwalker/alpine-erlang +docker run --rm -it --user=root bitwalker/alpine-erlang +``` ### Run the solution