An open API service indexing awesome lists of open source software.

https://github.com/bannsec/tor-browser-docker

Docker build for the tor browser
https://github.com/bannsec/tor-browser-docker

Last synced: 6 months ago
JSON representation

Docker build for the tor browser

Awesome Lists containing this project

README

          

# tor-browser-docker
Docker build for the tor browser. This should auto-build so you only need to add the run function below and you should always have an updated tor browser.

# Run
```bash
function tor {
sudo docker pull bannsec/tor
sudo docker run -it --rm -e XAUTHORITY=/authority -v $XAUTHORITY:/authority:ro -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY bannsec/tor
}
```