
If you are looking for an entry-level experience, focused on safely browsing the internet: use the docker image tagged as "current-i2p-tor". The solutions are deployed as docker image. For advanced users: I2P only version - very lean.Entry-level experience: I2P and Tor to enable everyone to get started using the i2p and onion network.docker: replaced latest by current current points to stable i2pd versionĪdded as a reseed server including public keyĬhanged: log level support, env var LOGLEVEL (debug, *info, warn, error, none) Please use it at your own risk and help yourself out.- i2pd default config, in line with i2pd 2.43.0, enabled ssu2 I don't provide any support on this, unless there is something wrong with my code or configuration. This way, the build script will use the specified proxy to download necessary files when possible. Optionally, if needed, you can set HTTP_PROXY environment value for the build proccess: $ docker build -tag tor -build-arg HTTP_PROXY=. Then start to build by using command: $ docker build -tag tor. To download this repository, use git: $ git clone :niruix/docker-tor.git $ cd docker-tor If you wanted to, you can also build this Image by yourself. The Tor Proxy will be safely running inside this Container. This will download our Image, and load it into a Container named tor-proxy.

The command is simple as following: $ docker run -detach \ -restart=always \ -publish 9050:9050 \ -name tor-proxy \ -env TOR_CUSTOM_CONFIGURATION="$(cat tor.conf)" \ niruix/tor:latest Next, ask Docker to download and run the Image with the configuration file we just created, namely tor.conf. Download the Image and start running the proxy You can find the full configuration at the official web site of the Tor Project, or here: ĭownload and modify the configuration to fit your need, then save it as a file, tor.conf for this example. Once Docker is installed, please following these steps to start your Tor Proxy: Prepare the Configurationīy default, the Tor Proxy will run at it's default configuration, which may be indesirable for your situation. To do so, please refer to the official document You need to install Docker in order to use this Image.

The Dockerfile that builds a Tor Proxy from offical source code.
