lhotari commented on code in PR #855: URL: https://github.com/apache/pulsar-site/pull/855#discussion_r1529031430
########## 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/) + Review Comment: ```suggestion ## 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 for Kubernetes](https://github.com/apache/pulsar-helm-chart/) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
