This is an automated email from the ASF dual-hosted git repository. visortelle pushed a commit to branch docker-on-download-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit d89350134a473d8bd93c9ca7a6caa132f976557c Author: visortelle <[email protected]> AuthorDate: Mon Mar 18 21:23:18 2024 +0400 Add DockerHub repo link to downloads page --- src/pages/download.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/download.mdx b/src/pages/download.mdx index ea0a6c047f04..a17bc7174928 100644 --- a/src/pages/download.mdx +++ b/src/pages/download.mdx @@ -37,6 +37,13 @@ import SupportedVersionsTable from "@site/src/components/SupportedVersionsTable" - [All Versions Schedule](pathname:///contribute/release-policy) - [Release notes](pathname:///release-notes) +## Docker Image + +The recommended way to run Pulsar is to use it as a Docker container. + +- [DockerHub Repository](https://hub.docker.com/r/apachepulsar/pulsar) +- [Run a standalone Pulsar cluster in Docker 📘](https://pulsar.apache.org/docs/next/getting-started-docker/) + ## Current version <CurrentPulsarVersion/> You can download all previous versions of Pulsar at [the archive page](https://archive.apache.org/dist/pulsar/).
