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

Alpine image has 5 second delay with net none #88

Open
JRaspass opened this issue Dec 12, 2023 · 0 comments
Open

Alpine image has 5 second delay with net none #88

JRaspass opened this issue Dec 12, 2023 · 0 comments

Comments

@JRaspass
Copy link

Slim

$ time docker run --rm elixir:slim elixir -e 'IO.puts "Hello, World!"'
Hello, World!

real	0m2.251s

Slim net none

$ time docker run --rm --net none elixir:slim elixir -e 'IO.puts "Hello, World!"'
Hello, World!

real	0m2.089s

Alpine

$ time docker run --rm elixir:alpine elixir -e 'IO.puts "Hello, World!"'
Hello, World!

real	0m2.191s

Alpine net none

$ time docker run --rm --net none elixir:alpine elixir -e 'IO.puts "Hello, World!"'
Hello, World!

real	0m7.004s
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

No branches or pull requests

1 participant