https://github.com/islamhaqq/exercism-elixir-docker
Docker image to get started with the Elixir environment for Exercism exercises
https://github.com/islamhaqq/exercism-elixir-docker
docker docker-image exercism exercism-exercises
Last synced: about 1 month ago
JSON representation
Docker image to get started with the Elixir environment for Exercism exercises
- Host: GitHub
- URL: https://github.com/islamhaqq/exercism-elixir-docker
- Owner: islamhaqq
- Created: 2018-06-25T15:09:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T15:11:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T16:44:44.724Z (over 1 year ago)
- Topics: docker, docker-image, exercism, exercism-exercises
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image for Elixir Exercism
We want to improve the user experience for all Exercism users. We want to make it as easy as possible to get up and running solving exercises without the frustration. Windows users usually run into some sort of installation problems too.
One way we can achieve this is by setting up environments ourselves for them to use via Docker! So in the Elixir track, we can provide participants a Docker image to use. Sometimes users also don't want to install too many packages in their machine to avoid cluttering.
Users would just need to type in something like:
```bash
$ docker run -it -v $(pwd):/root/exercism/elixir exercism-elixir
```
And get started asap!