Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Migrate to default directory structure. #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2015

  1. Updated to tor 0.2.5.11 and switched to Debian jessie. Closes patrick…

    …od#8.
    
    * Debian is the recommended base image for Docker.
      See https://docs.docker.com/articles/dockerfile_best-practices/#from
    * Changed volume of tor home dir to the default one /var/lib/tor.
      Note that when I do `docker rm … && docker run …` docker will not use
      the previously used volume but instead create a new container
      resulting in a new private key being generated.
      I use `docker run -v /srv/tor:/var/lib/tor` for persistent storage.
    * https://www.torproject.org/docs/debian.html.en
    * apt automatically checks packages with GPG. Related to patrickod#8.
    * Using apt_preferences to ensure that packages from deb.torproject.org are
      preferred. Without this, all packages are installed from the Debian repository.
      See `man apt_preferences`.
    * One could also run tor inside the Docker container as debian-tor user.
      But note that the UID of debian-tor might be mapped to a different user
      outside of the container resulting in read+write access for this user
      to the private key.
    ypid committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    ed316bf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    d46ed14 View commit details
    Browse the repository at this point in the history