yomiel-sissel opened a new issue, #27191: URL: https://github.com/apache/doris/issues/27191
[Link reference](https://doris.apache.org/docs/install/construct-docker/run-docker-cluster) Hello there, First off, huge thanks for your amazing project! I've noticed an issue in the documentation, and it's path is "Install and Deploy"-"Docker Deployment"-"Deploy Docker Cluster" -"Script Template"-"Docker Run Command"-"1FE & 1BE Command Templates." (This issue is only present in the English version, while the Chinese version is accurate.) In line 5, the "-p 8030:8030" lacks a space before the backslash, causing this shell command to fail to execute properly. Additionally, considering that this container operates in "Host" networking mode, the "-p" parameters seem redundant. The same problem occurs in line 13, but it's not the "-p" parameter; it's the container name. Here are my suggestions: 1. Fix the missing space problem at line 5 and 14; 2. Consider remove the "-p" parameters, because it's meaningless under "Host" networking mode. Thank you for considering these recommendations. 各位, 感谢你们为社区的贡献! 我在英文版文档中,发现关于Docker部署脚本模板中的一些问题: 1. 第5行中,"-p"参数后的"\"前缺少一个空格,这会导致这条命令无法被正常执行。 (并且,在使用"Host"网络模式的Docker容器上使用"-p"参数是没有意义的。) 2. 第14行也是同样的问题。 我的建议是: 1. 在第5行和第14行修复缺少空格的问题。 2. 考虑是否需要在使用"Host"网络模式的Docker容器时移除这些"-p"参数,因为在这种模式下使用"-p"参数是没有意义的。 再次感谢各位! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
