You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torch-agent/docker-tor
B.J. Dweck be4ce4a288 Reduced delays; they weren't the source of the problem 3 years ago
..
agent-conf Added Dcoker Tor test harness 3 years ago
Dockerfile Added Dcoker Tor test harness 3 years ago
README.md Added Dcoker Tor test harness 3 years ago
torch-agent.wrapper.sh Reduced delays; they weren't the source of the problem 3 years ago

README.md

Tor Test Harness for TORch Agent

This is a Docker container for running the current development version of TORch Agent in an environment with a local Tor Proxy (without having to install and configure Tor on the development machine itself)

Preparation

  1. Build a Debian package from the current development version of TORch Agent
python -m venv venv && source venv/bin/activate
pip3 install -r requirements.txt
./build-deb.sh
  1. Build the Docker image
docker build -f docker-tor/Dockerfile -t torch-agent .
  1. Configure torch-agent by editing agent-conf/torch.conf

    • Be sure to update the onion hostname of the broker with the one you wish to test with
  2. Launch the Docker container

docker run -it --rm -v "$(pwd)/docker-tor/agent-conf:/etc/torch" torch-agent