README.md
This commit is contained in:
parent
99c3e42c13
commit
82bc407129
10
README.md
10
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user