Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregors/docker_elixir
https://github.com/gregors/docker_elixir
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregors/docker_elixir
- Owner: gregors
- Created: 2024-01-02T00:56:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:51:57.000Z (6 months ago)
- Last Synced: 2024-10-28T12:04:55.278Z (3 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Elixir on Ubuntu
## Some Docs & implemenations I looked at
* https://github.com/erlang/otp/blob/master/HOWTO/INSTALL.md
* https://github.com/erlang/docker-erlang-otp/blob/master/26/Dockerfile
* https://github.com/erlef/docker-elixir/blob/master/1.16/otp-25/Dockerfile## to build
docker buildx build --progress=plain -t elixir .## to run
docker run -it --rm elixir