andreaspeters commented on PR #586: URL: https://github.com/apache/mesos/pull/586#issuecomment-2456553303
> This could use a more clear overview of the approach and its limitations, shouldn't we be using docker network plugins? > > https://docs.docker.com/engine/extend/plugins_network/#use-network-driver-plugins > > That seems like the right way to do this? Whereas the approach taken in this patch looks problematic and looks like a hack? We're doing CNI stuff **after** we've `docker run` the container? There is no official "Docker Inc" way to support CNI. They prefer to use there own docker-network plugin. Problem with that is, the plugins are pretty old. Some of them are even not in development anymore but still on the official list. 🤷🏻♂️ -- 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]
