From 9ab39fa22d44460064a7cf7159db0e3f285d1f1c Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 30 Apr 2021 19:43:51 +0300 Subject: [PATCH] README: mention Docker images --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd8105c..4b0c71f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ NeoFS HTTP Protocol Gateway bridges NeoFS internal protocol and HTTP standard. Or you can call `make` to build it from the cloned repository (the binary will end up in `bin/neofs-http-gw`). +Or you can also use a [Docker +image](https://hub.docker.com/r/nspccdev/neofs-http-gw) provided for released +(and occasionaly unreleased) versions of gateway (`:latest` points to the +latest stable release). + ### Notable make targets ```