This is a docker image that uses alpine edge to start ooni-probe fast and easy.
ooniprobe: a network interference detection tool official github repository: https://github.com/TheTorProject/ooni-probe
git clone git@github.com:yagilm/docker-ooniprobe.git
docker build -t ooniprobe .
docker run -d -p 8080:8080 --name ooniprobe ooniprobe
docker logs ooniprobe
Open your favorite browser and go to http://localhost:8080
Just stop the container
docker stop ooniprobe