Skip to content

Commit

Permalink
fix mdx-code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
zuobiao-zhou committed Aug 4, 2023
1 parent 4f3bf9f commit 5c69c31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_label: "Run Pulsar in Docker"
description: One command to run Pulsar in Docker. This tutorial guides you on how to start Pulsar in Docker and successfully produce and consume your first message.
---

````mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
````

For local development and testing, you can run Pulsar in standalone mode on your own machine within a Docker container.

If you have not installed Docker, download it following [the instructions](https://docs.docker.com/get-docker/) for your OS.
Expand Down

0 comments on commit 5c69c31

Please sign in to comment.