Run proxy-scraper-checker using Docker Compose
mainYou can run the tool in a containerized environment. Note that the Docker image logs to stdout instead of showing the interactive TUI.
- Install Docker Compose.
- Download: Get the
proxy-scraper-checker-docker-artifact from nightly builds. - Extract: Unzip to a folder and edit the
config.toml. - Build and Run:
- Windows:
docker compose build docker compose up --no-log-prefix --remove-orphans - Linux/macOS:
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) --build-arg GID=$(id -g) docker compose up --no-log-prefix --remove-orphans
- Windows:
Important: Results are saved to the ./out directory on the host machine. The output.path setting in config.toml is ignored when running in Docker.
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g)
docker compose up --no-log-prefix --remove-orphans