https://github.com/bunkerlab-net/docker-arti
A Docker image of an implementation of Tor in Rust
https://github.com/bunkerlab-net/docker-arti
arti rust tor torproject
Last synced: 10 months ago
JSON representation
A Docker image of an implementation of Tor in Rust
- Host: GitHub
- URL: https://github.com/bunkerlab-net/docker-arti
- Owner: bunkerlab-net
- License: apache-2.0
- Created: 2025-01-10T19:44:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-09T18:38:59.000Z (11 months ago)
- Last Synced: 2025-08-09T20:32:57.095Z (11 months ago)
- Topics: arti, rust, tor, torproject
- Language: Dockerfile
- Homepage: https://arti.torproject.org
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker Arti
A Docker image of Arti: an implementation of Tor in Rust
[](https://ghcr.io/bunkerlab-net/arti)
[](https://gitlab.torproject.org/tpo/core/arti/-/tags)
## Usage
```bash
docker run -d \
--name=arti \
--restart=unless-stopped \
-p 9150:9150 \
ghcr.io/bunkerlab-net/arti \
proxy
```
### Verify it's working
```bash
curl \
--socks5 localhost:9150 \
--socks5-hostname localhost:9150 \
https://check.torproject.org/api/ip
```
## Tips
Don't tip me, please tip the [Tor Project](https://donate.torproject.org)