From 0f48b9bd610cf0c1b45b329ca8afa7b5d2eeba0f Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 11 Jun 2023 23:16:58 +0800 Subject: [PATCH] Add Docker Hub and GitHub Container Registry registry info in README.md cc #24 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index db02f59..eba8b35 100644 --- a/README.md +++ b/README.md @@ -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` + - +- Docker Hub: + - `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**