Code Monkey home page Code Monkey logo

Comments (4)

jwfang avatar jwfang commented on June 15, 2024

i pinned docker-ce to 25.0.5, my container works as before.

so i guess it's caused by the recent 26 release.

from moby.

robmry avatar robmry commented on June 15, 2024

Hi @jwfang - thank you for narrowing down the issue and raising the clear report.

It's fallout from #47062 - in 0046b16 we moved some of the network configuration from a pre-start hook in the runtime to after the container task has been created.

As you suggest, that means the network interface renaming (moving one end of a veth device into the container namespace in Sandbox.populateNetworkResources, sb.osSbox.AddInterface) happens after sysctls are applied by the runtime.

cc @corhere - I think we'll need to go back to using the pre-start hook.

from moby.

corhere avatar corhere commented on June 15, 2024

Given how brittle it is to use --sysctl for per-iface config, having to predict the interface name and messing with the configuration of a libnetwork-managed interface, maybe this isn't something we should try to support going forward. What if instead we provided some affordance such as an endpoint option to set interface sysctls without having to predict the interface name? That way libnetwork could apply the sysctls itself after it has created and renamed the interfaces, and it could refuse to apply sysctls that would be incompatible with particular network drivers.

from moby.

thaJeztah avatar thaJeztah commented on June 15, 2024

@corhere have you been peeking into our internal slack? 😂 we were discussing exactly that, and for the same reason (my choice of words ("network connection") was a bit poor, but same intent);
Screenshot 2024-03-26 at 08 52 55

from moby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.