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
- Host: GitHub
- URL: https://github.com/mrcsparker/docker-elixir
- Owner: mrcsparker
- License: apache-2.0
- Created: 2016-02-26T03:49:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T04:34:40.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T02:23:03.045Z (10 months ago)
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
