From c4d88758a44454c75df43fc541d224efb30155f9 Mon Sep 17 00:00:00 2001 From: Thomas Durieux Date: Tue, 2 Oct 2018 14:56:58 +0200 Subject: [PATCH] Instruction to the docker image --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7f475f9..c6c09a5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ The anonymization of the URL is achieved though proxying all requests. Installing Anonymous Github ---------------------------- +## From Source + ``` git clone https://github.com/tdurieux/anonymous_github/ cd anonymous_github @@ -65,6 +67,13 @@ pip install -r requirements.txt python server.py -token ``` +## From Docker + +```bash +docker pull tdurieux/anonymous_github:latest +docker run tdurieux/anonymous_github -token --host --port +``` + Related tools -------------- [gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.