tsjsdbd opened a new pull request #7: Add subnet setting for Proxy user URL: https://github.com/apache/flink-playgrounds/pull/7 By default, Docker use `172.17.0.0/16` to `docker0` interface. like: ``` docker0 Link encap:Ethernet HWaddr 02:42:91:7b:0f:21 inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 ``` and by default, Docker-compose will use `172.18.0.0/16`, `172.19.0.0/16` ...and so on, to new Bridge, like: ``` br-c401dc9ce9fd Link encap:Ethernet HWaddr 02:42:ac:c9:28:9e inet addr:172.18.0.1 Bcast:172.18.255.255 Mask:255.255.0.0 ``` But, My environment have proxy endpoint: `172.18.22.221`, if can not setting subnet of docker-compose, the default subnet adderess will conflict with my Proxy, which cause it can not work. so, add subnet setting is meaningful for Proxy user : )
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
