Skip to content

Commit

Permalink
Add Docker Hub and GitHub Container Registry registry info in README.md
Browse files Browse the repository at this point in the history
cc #24
  • Loading branch information
PeterDaveHello committed Jun 11, 2023
1 parent f543ddf commit 0f48b9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@

The super easy way to setup a [Tor](https://www.torproject.org) [SOCKS5](https://en.wikipedia.org/wiki/SOCKS#SOCKS5) [proxy server](https://en.wikipedia.org/wiki/Proxy_server) inside a [Docker](https://en.wikipedia.org/wiki/Docker_(software)) [container](https://en.wikipedia.org/wiki/Container_(virtualization)) without relay/exit feature.

## Docker image Repository

We push the built image to Docker Hub and GitHub Container Registry:

- GitHub Container Registry:
- `ghcr.io/peterdavehello/tor-socks-proxy`
- <https://github.com/PeterDaveHello/tor-socks-proxy/pkgs/container/tor-socks-proxy>
- Docker Hub:
- `peterdavehello/tor-socks-proxy`
- <https://hub.docker.com/r/peterdavehello/tor-socks-proxy/>

Use the prefix `ghcr.io/` if you prefer to use GitHub Container Registry.

## Usage

1. Setup the proxy server at the **first time**
Expand Down

0 comments on commit 0f48b9b

Please sign in to comment.