Documentation Index
Fetch the complete documentation index at: https://io.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
-
Pull the Python 3.9 Slim container:
docker pull python:3.9-slim
-
Run the container:
docker run -it --name speedtest-container python:3.9-slim /bin/bash
-
Install the speedtest tool:
pip install speedtest-cli
-
Test the network speed:
We recommend running similar speed tests periodically within your containers to monitor connectivity performance. You can also guide users on how to perform these tests at regular intervals or during specific instances for troubleshooting.