hrsakai closed pull request #1984: Remove `--advertised-address` from docker 
getting-started section
URL: https://github.com/apache/incubator-pulsar/pull/1984
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/docs/latest/getting-started/docker.md 
b/site/docs/latest/getting-started/docker.md
index 3ccd6f2f3b..526494e7cc 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:
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to