boluor opened a new pull request, #3755: URL: https://github.com/apache/doris-website/pull/3755
## Summary \`docker/thirdparties/run-thirdparties-docker.sh\` detects the primary NIC by grep-ing for \`eth[0-9]\`. On modern Linux distros using systemd/udev predictable names (\`enp3s0\`, \`ens33\`, \`eno1\`, …), this silently fails and the container set-up cannot start. Add a one-paragraph note to the **External Data Source e2e Tests › 0. Preparation** section in EN + zh community guides, telling the reader to set \`eth_name\` manually when their NIC doesn't match \`eth[0-9]\`. Fixes #3196 -- 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]
