Skip to content

Commit 41cb133

Browse files
authored
Add docker image description to kvrocks-controller download page (#278)
1 parent b1d4a3b commit 41cb133

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

download/kvrocks-controller.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ Choose a source distribution in the *tar* format, and [verify](https://www.apach
1818

1919
For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the
2020
[archive](https://archive.apache.org/dist/kvrocks/kvrocks-controller). If a download from a mirror fails, retry, and the second download will likely succeed.
21+
22+
### Docker Images
23+
24+
Since `1.1.0`, every released version of Apache Kvrocks Controller has a corresponding [official Docker image on Docker Hub](https://hub.docker.com/r/apache/kvrocks-controller), which includes prebuilt binaries for both amd64 and arm64 architecture. You can obtain it via:
25+
26+
```shell
27+
docker pull apache/kvrocks-controller:$VERSION_NUMBER
28+
```

0 commit comments

Comments
 (0)