This Docker container allows you to run Ookla's Speedtest CLI tool in an isolated environment.
The container installs speedtest
tools, allowing you to perform internet speed tests easily.
- Docker installed on your machine.
-
Clone the repository:
git clone git@github.com:brunohenriquy/speed_test.git
-
Navigate to the directory containing the Dockerfile and docker-compose.yml file.
-
Build and run the Docker container using Docker Compose:
docker compose up --build
-
Once the container is running, it will automatically execute the
speedtest --accept-license --accept-gdpr
command (Will accept all licenses). You will see the speed test results printed in the terminal.