Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 457 Bytes

README.MD

File metadata and controls

27 lines (17 loc) · 457 Bytes

Tor container

Перевод (Translation)

Tor

Build

Directory that the docker container is in:

  •   docker build -t tor .

Root directory:

  •   docker build -t tor -f build/package/tor/Dockerfile .

Run

This will publish the docker container on localhost, so that the containers can communicate. Adjust port accordingly.

docker run --network host --publish 9050:9050 tor