README.md

This commit is contained in:
ale 2019-05-12 11:00:46 +02:00
parent 99c3e42c13
commit 82bc407129

View File

@ -34,3 +34,13 @@ docker run -it --rm --name tor-browser \
-e DISPLAY=unix$DISPLAY \
tb
```
## Pull fresh image directly from our registry.gitlab.com:
```
docker run -it --rm --name tor-browser \
-v /host/dir/containing/torrc:/conf:ro \
-e TORRC_PATH=/conf/torrc \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e DISPLAY=unix$DISPLAY \
registry.gitlab.com/manalejandro/tor-browser:latest
```