skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
999 stars 58 forks source link

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

Open killerdbob opened 1 year ago

killerdbob commented 1 year ago

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 commented 1 year ago

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