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

[bug] net.ipv4.ip_local_port_range does not take effect #913

Open
killerdbob opened this issue Aug 17, 2023 · 1 comment
Open

[bug] net.ipv4.ip_local_port_range does not take effect #913

killerdbob opened this issue Aug 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@killerdbob
Copy link
Contributor

Describe the bug
code below does not take effect.

In Dockerfile, line 40

RUN (echo 'net.ipv4.ip_local_port_range = 60535 62535' >> /etc/sysctl.conf)
@killerdbob killerdbob added the bug Something isn't working label Aug 17, 2023
@killerdbob
Copy link
Contributor Author

killerdbob commented Aug 17, 2023

In docker, we should add '--sysctl' to make it take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant