An open API service indexing awesome lists of open source software.

https://github.com/mrcsparker/docker-elixir

Elixir Docker Registry
https://github.com/mrcsparker/docker-elixir

Last synced: 9 months ago
JSON representation

Elixir Docker Registry

Awesome Lists containing this project

README

          

# Docker Elixir

Guaranteed to make you into a super hero in just 7 days!

## Includes

* [Debian Jessie](https://wiki.debian.org/DebianJessie)
* [Elixir 1.2.3](http://elixir-lang.org)

## Docker HUB Link

https://hub.docker.com/r/mrcsparker/elixir/

## Get It

```sh
docker pull mrcsparker/elixir
```

## Include it in your `Dockerfile`

```ruby
FROM mrcsparker/elixir
MAINTAINER Big Bird
```

## Or build locally

```sh
# Build it
docker build -t mrcsparker/elixir .
# Connect
docker run -i -t mrcsparker/elixir bash
```

## License

Apache 2.0

## Changes?

Fork and submit a pull.

![Drink Up](stuff/logo.jpg)