You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2020/12/01 09:15:54 UTC

[pulsar] branch master updated: [docs] Fix incorrect command (#8758)

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

hjf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 91e2f83  [docs] Fix incorrect command (#8758)
91e2f83 is described below

commit 91e2f832178d9ffd5d78161145d895910296c2d9
Author: Zixuan Liu <no...@gmail.com>
AuthorDate: Tue Dec 1 17:15:29 2020 +0800

    [docs] Fix incorrect command (#8758)
---
 site2/docs/deploy-docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/deploy-docker.md b/site2/docs/deploy-docker.md
index 3d29035..1b663b3 100644
--- a/site2/docs/deploy-docker.md
+++ b/site2/docs/deploy-docker.md
@@ -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