-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Add Docker port warning from #48142 #50169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nfiguration Signed-off-by: Kovah <[email protected]>
Signed-off-by: Kovah <[email protected]>
|
Thanks for redoing this on At a minimum, the text should use "{es}" instead of "Elasticsearch", to match the rest of the docs. |
|
@elasticmachine test this please |
|
Pinging @elastic/es-core-infra (:Core/Infra/Packaging) |
|
Pinging @elastic/es-docs (>docs) |
jrodewig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'll merge these changes. Thanks @Kovah.
|
Great, thank you all for the support with this! |
Docker bypasses the Uncomplicated Firewall (UFW) on Linux by editing the `iptables` config directly, which leads to the exposure of port 9200, even if you blocked it via UFW. This adds a warning along with work-arounds to the docs. Signed-off-by: Kovah <[email protected]>
Docker bypasses the Uncomplicated Firewall (UFW) on Linux by editing the `iptables` config directly, which leads to the exposure of port 9200, even if you blocked it via UFW. This adds a warning along with work-arounds to the docs. Signed-off-by: Kovah <[email protected]>
Docker bypasses the Uncomplicated Firewall (UFW) on Linux by editing the `iptables` config directly, which leads to the exposure of port 9200, even if you blocked it via UFW. This adds a warning along with work-arounds to the docs. Signed-off-by: Kovah <[email protected]>
@jrodewig @pugnascotia
This is the new pull request pushing changes from the original pull request #48142 to master. Please see the original pull request for more details.
PS: CLA is already signed.