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

Simple Dockerfile to build a container for Tor proxy

Notifications You must be signed in to change notification settings

matteociaroni/tor-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Docker container Tor proxy

Simple Dockerfile to build a container for Tor proxy. Default port is 9050.

Installation

  1. Create a new folder (i.e. folder-path) and paste the files Dockerfile and torrc into it
  2. Build the image with: docker build folder-path/
  3. After the build process, Docker will provide the image ID (i.e. image-id)
  4. Run the container with docker run -dt image-id

Options

  • Container name can be set with --name container-name
  • The file torrc can be edit adding other options