Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最初のElixirコンテナ開発環境セットアップ #1

Merged
merged 3 commits into from
Jun 5, 2021
Merged

Conversation

miolab
Copy link
Owner

@miolab miolab commented Jun 3, 2021

やったこと

  • Elixir 1.12.1
  • Erlang OTP24

のDocker開発環境準備

$ docker-compose exec app iex

Erlang/OTP 24 [erts-12.0.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]

Interactive Elixir (1.12.1) - press Ctrl+C to exit (type h() ENTER for help)

iex(1)> 1 + 2
3

iex(2)> Enum.map([1, 2, 3], fn(a) -> a * 2 end)   
[2, 4, 6]

@miolab miolab merged commit e9b5cff into main Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant