This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 4c51d55 Add docker image description on Download (#143)
4c51d55 is described below
commit 4c51d55014e07a0bd0f74080cc4cef204861a117
Author: Twice <[email protected]>
AuthorDate: Fri Aug 11 09:53:27 2023 +0800
Add docker image description on Download (#143)
* Add docker image description on Download
* Apply suggestions from code review
* Update download/index.mdx
---
download/index.mdx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/download/index.mdx b/download/index.mdx
index c7342bf..b87d484 100644
--- a/download/index.mdx
+++ b/download/index.mdx
@@ -18,3 +18,11 @@ Choose a source distribution in the *tar* format, and
[verify](https://www.apach
For fast downloads, current source distributions are hosted on mirror servers;
older source distributions are in the
[archive](https://archive.apache.org/dist/kvrocks/). If a download from a
mirror fails, retry, and the second download will likely succeed.
+
+### Docker Images
+
+Every released version of Apache Kvrocks has a corresponding [official Docker
image on Docker Hub](https://hub.docker.com/r/apache/kvrocks), which includes
prebuilt binaries for both amd64 and arm64 architecture. You can obtain it via:
+
+```
+docker pull apache/kvrocks:$VERSION_NUMBER
+```