Z.Zhou
Z.Zhou
Confirmed. If multiple docker containers are connected to the same bridge network, then the current workflow will fail to work. Docker Container → Docker Network ID → Linux Network Interface...
It seems that matching Docker Container ID with veth is not that trivial. There are some open-sourced scripts doing this: https://github.com/micahculpepper/dockerveth.
Thank you. I saw your implementation. But https://github.com/micahculpepper/dockerveth points out: > When I'm tracking down a problem in production, I'll typically wind up on a Docker server and see that...
Encountered the same problem.