[doc] add docker for Mac note (#9178)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user