This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 4e1b75f5e7 [doc] add docker for Mac note (#9178) 4e1b75f5e7 is described below commit 4e1b75f5e79b90593b2a29e9918ed5bbfffdf117 Author: Stalary <452024...@qq.com> AuthorDate: Sat Apr 23 22:08:53 2022 +0800 [doc] add docker for Mac note (#9178) --- docs/en/developer-guide/fe-idea-dev.md | 2 +- docs/zh-CN/developer-guide/fe-idea-dev.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/developer-guide/fe-idea-dev.md b/docs/en/developer-guide/fe-idea-dev.md index 6ad1fd03f9..4146046a4b 100644 --- a/docs/en/developer-guide/fe-idea-dev.md +++ b/docs/en/developer-guide/fe-idea-dev.md @@ -93,7 +93,7 @@ is generate codes in Linux and copy them back. Using Docker should also be an op ## 3. Custom FE configuration -Copy below content into `conf/fe.conf` and tune it to fit your environment. +Copy below content into `conf/fe.conf` and tune it to fit your environment(Note: If developed using`Mac`, since`docker for Mac`does not support`Host`mode,`be`needs to be exposed using`-p` and `fe.conf` `priority_networks` configured to be accessible within the container, such as WIFI Ip). ``` # Licensed to the Apache Software Foundation (ASF) under one diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md b/docs/zh-CN/developer-guide/fe-idea-dev.md index a7e6338dd2..aefd661971 100644 --- a/docs/zh-CN/developer-guide/fe-idea-dev.md +++ b/docs/zh-CN/developer-guide/fe-idea-dev.md @@ -85,7 +85,7 @@ JDK1.8+, IntelliJ IDEA ## 3.配置conf/fe.conf -下面是我自己的配置,你可以根据自己的需要进行修改 +下面是我自己的配置,你可以根据自己的需要进行修改(注意:如果使用`Mac`开发,由于`docker for Mac`不支持`Host`模式,需要使用`-p`方式暴露`be`端口,同时`fe.conf`的`priority_networks`配置为容器内可访问的Ip,例如WIFI的Ip) ``` # Licensed to the Apache Software Foundation (ASF) under one --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org