We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ time docker run --rm elixir:slim elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m2.251s
$ time docker run --rm --net none elixir:slim elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m2.089s
$ time docker run --rm elixir:alpine elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m2.191s
$ time docker run --rm --net none elixir:alpine elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m7.004s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Slim
Slim net none
Alpine
Alpine net none
The text was updated successfully, but these errors were encountered: