This project packages the findtest.sh script into a Docker container, providing a simple web interface to find and test public iPerf3 servers.
It is based on the findtest.sh script from R0GGER/public-iperf3-servers.
-
Docker must be installed and running.
bash <(wget -qO- https://get.docker.com)
-
Clone the repository:
git clone https://github.com/R0GGER/dockerized-find-and-test.git cd dockerized-find-and-test -
Build and start the container:
docker compose up --build -d
-
Open the application: Navigate to http://localhost:8080 in your web browser.
To stop and remove the container, run:
docker compose down