Instruction to the docker image

This commit is contained in:
Thomas Durieux
2018-10-02 14:56:58 +02:00
committed by GitHub
parent 12bc55b5f6
commit c4d88758a4

View File

@@ -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 <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.