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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37ce4fe  Remove `--advertised-address` from docker getting-started 
section (#1984)
37ce4fe is described below

commit 37ce4fe367ecb1969ddff48ba3d05295f92a7c67
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Mon Jun 18 20:52:11 2018 -0700

    Remove `--advertised-address` from docker getting-started section (#1984)
    
    *Motivation*
    
    Fixes #1929
    
    *Changes*
    
    Per 
[comment](https://github.com/apache/incubator-pulsar/issues/1929#issuecomment-395497432),
    we don't need to specify `--advertised-address` after 1.22.0
---
 site/docs/latest/getting-started/docker.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/site/docs/latest/getting-started/docker.md 
b/site/docs/latest/getting-started/docker.md
index 3ccd6f2..526494e 100644
--- a/site/docs/latest/getting-started/docker.md
+++ b/site/docs/latest/getting-started/docker.md
@@ -50,9 +50,6 @@ A few things to note about this command:
  * `-v $PWD/data:/pulsar/data`: This will make the process inside the 
container to store the
    data and metadata in the filesystem outside the container, in order to not 
start "fresh" every
    time the container is restarted.
- * `--advertised-address 127.0.0.1`: This is needed so that the Pulsar broker 
can advertise an IP
-   address that is reachable from outside the Docker container. You can also 
use the host machine IP,
-   if you want to make Pulsar standalone accessible from other machines.
 
 If Pulsar has been successfully started, you should see `INFO`-level log 
messages like this:
 

Reply via email to