From 34c1510c8cda37559652dc22fe2c5f34700d4310 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 17 Apr 2021 12:49:47 -0500 Subject: [PATCH] fix docker paths in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1609e1..0959df5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Example with an automatic docker discovery: ## Install - for a binary distribution pick the proper file in the [release section](https://github.com/umputun/reproxy/releases) -- docker container available on [Docker Hub](https://hub.docker.com/r/umputun/reproxy) as well as on [Github Container Registry](ghcr.io/umputun/reproxy). +- docker container available on [Docker Hub](https://hub.docker.com/r/umputun/reproxy) as well as on [Github Container Registry](https://ghcr.io/umputun/reproxy). I.e. `docker pull umputun/reproxy` or `docker pull ghcr.io/umputun/reproxy`. Latest stable version has `:vX.Y.Z` tag (with `:latest` alias) and the current master has `:master` tag.