This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new ded67cae Add Docker Hub link to README (#2208)
ded67cae is described below
commit ded67cae86f990296614a3cde65b18535c469e19
Author: Twice <[email protected]>
AuthorDate: Sat Mar 30 21:26:15 2024 +0900
Add Docker Hub link to README (#2208)
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index ffe46148..f07c66b0 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,8 @@ $ docker run -it -p 6666:6666 apache/kvrocks --bind 0.0.0.0
$ docker run -it -p 6666:6666 apache/kvrocks:nightly
```
+Please visit [Apache Kvrocks on
DockerHub](https://hub.docker.com/r/apache/kvrocks) for additional details
about images.
+
### Connect Kvrocks service
```sh