Skip to content

docker: Optimize networking and SSH - #284

Merged
nirs merged 1 commit into
mainfrom
docker-host-network
Jul 31, 2026
Merged

docker: Optimize networking and SSH#284
nirs merged 1 commit into
mainfrom
docker-host-network

Conversation

@nirs

@nirs nirs commented Jul 31, 2026

Copy link
Copy Markdown
Owner
  • Use host networking for the speedtest container to bypass the docker bridge/veth overhead.
  • Add busy polling section (net.core.busy_poll/busy_read) to improve upload throughput by reducing softirq latency.
  • Rename "Speeding up Docker commands" to "Optimizing SSH access".
  • Move the speed test section after the optimizations, so users see results with all tuning applied.

@nirs
nirs force-pushed the docker-host-network branch 2 times, most recently from 2d8e842 to 524381d Compare July 31, 2026 22:09
@nirs nirs changed the title Use host networking for the speedtest container. Add networking and SSH optimizations to Docker tutorial Jul 31, 2026
@nirs
nirs force-pushed the docker-host-network branch from 524381d to 4e9cd1c Compare July 31, 2026 22:13
@nirs nirs changed the title Add networking and SSH optimizations to Docker tutorial docker: Optimize networking and SSH Jul 31, 2026
@nirs
nirs force-pushed the docker-host-network branch from 4e9cd1c to b9a8272 Compare July 31, 2026 22:39
- Use host networking for the speedtest container to bypass the
  docker bridge/veth overhead.
- Add busy polling section (net.core.busy_poll/busy_read) to improve
  upload throughput by reducing softirq latency.
- Rename "Speeding up Docker commands" to "Optimizing SSH access".
- Move the speed test section after the optimizations, so users see
  results with all tuning applied.
@nirs
nirs force-pushed the docker-host-network branch from b9a8272 to 452f9a5 Compare July 31, 2026 22:46
@nirs
nirs merged commit 12937f8 into main Jul 31, 2026
12 checks passed
@nirs
nirs deleted the docker-host-network branch July 31, 2026 23:49
@nirs nirs added this to the v0.13.0 milestone Jul 31, 2026
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