This is an automated email from the ASF dual-hosted git repository.

visortelle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c8378fc3b0ce Add DockerHub repo link to downloads page (#855)
c8378fc3b0ce is described below

commit c8378fc3b0ce508ef68e4aa65a468b4b34b0d571
Author: Kiryl Valkovich 🛸 <[email protected]>
AuthorDate: Mon Mar 18 22:20:01 2024 +0400

    Add DockerHub repo link to downloads page (#855)
    
    * Add DockerHub repo link to downloads page
    
    * Update src/pages/download.mdx
    
    Co-authored-by: Lari Hotari <[email protected]>
    
    ---------
    
    Co-authored-by: Lari Hotari <[email protected]>
---
 src/pages/download.mdx | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/pages/download.mdx b/src/pages/download.mdx
index ea0a6c047f04..6f15a526ae8b 100644
--- a/src/pages/download.mdx
+++ b/src/pages/download.mdx
@@ -37,6 +37,16 @@ import SupportedVersionsTable from 
"@site/src/components/SupportedVersionsTable"
 - [All Versions Schedule](pathname:///contribute/release-policy)
 - [Release notes](pathname:///release-notes)
 
+## Container Image
+
+Pulsar is also available as a container image:
+
+- [DockerHub Repository](https://hub.docker.com/r/apachepulsar/pulsar)
+
+The container image can be used with Docker or Kubernetes:
+
+- [Run a standalone Pulsar cluster in Docker 
📘](https://pulsar.apache.org/docs/next/getting-started-docker/)
+- [Apache Pulsar Helm Chart](https://github.com/apache/pulsar-helm-chart/)
 ## Current version <CurrentPulsarVersion/>
 
 You can download all previous versions of Pulsar at [the archive 
page](https://archive.apache.org/dist/pulsar/).

Reply via email to