Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Instruction to the docker image

  • Loading branch information...
tdurieux committed Oct 2, 2018
1 parent 12bc55b commit c4d88758a44454c75df43fc541d224efb30155f9
Showing with 9 additions and 0 deletions.
  1. +9 −0 README.md
@@ -58,13 +58,22 @@ 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
pip install -r requirements.txt
python server.py -token <github_auth_token>
```

## From Docker

```bash
docker pull tdurieux/anonymous_github:latest
docker run tdurieux/anonymous_github -token <github_auth_token> --host <hostname> --port <port>
```

Related tools
--------------
[gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.

0 comments on commit c4d8875

Please sign in to comment.
You can’t perform that action at this time.