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
- Host: GitHub
- URL: https://github.com/bannsec/tor-browser-docker
- Owner: bannsec
- Created: 2022-11-28T19:19:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T04:24:38.000Z (over 1 year ago)
- Last Synced: 2025-08-02T09:33:22.025Z (12 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```