Skip to content

Commit

Permalink
[docs] Fix incorrect command (apache#8758)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece authored Dec 1, 2020
1 parent 411bf71 commit 91e2f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run Pulsar on Docker, you need to create a container for each Pulsar componen
You can pull a Pulsar image from [Docker Hub](https://hub.docker.com/r/apachepulsar/pulsar-all/tags) with the following command.

```
docker run -it apachepulsar/pulsar-all:latest
docker pull apachepulsar/pulsar-all:latest
```

### Create three containers
Expand Down

0 comments on commit 91e2f83

Please sign in to comment.