Skip to content

Commit

Permalink
Update README.md (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Apr 23, 2024
1 parent 0194f28 commit 9e42c77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ Run TOR conveniently from a docker container.
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/tor)](https://hub.docker.com/r/leplusorg/tor)
[![Docker Version](https://img.shields.io/docker/v/leplusorg/tor?sort=semver)](https://hub.docker.com/r/leplusorg/tor)

The simplest way to launch a TOR proxy using this container is to use the following command:

```bash
docker run --rm -p 9050:9050 leplusorg/tor
```

If you need to ovverride the default [torrc](tor/torrc) file, you can mount your version this way:

```bash
docker run --rm -p 9050:9050 -v /local/path/to/your/torrc:/etc/torrc leplusorg/tor
```

Once the docker container has finished starting, you can test it with the following command:

```bash
Expand Down

0 comments on commit 9e42c77

Please sign in to comment.