This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/download in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit fa34ab83b37f64343223e43549ac1a353fbd6848 Author: Twice <[email protected]> AuthorDate: Fri Aug 11 05:55:00 2023 +0800 Add docker image description on Download --- download/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/download/index.mdx b/download/index.mdx index c7342bf..968f817 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 + +All 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 +```
