You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to upgrade docker for mac from version 2.2.0.5 to newest version 3.3.0.3 and it looks like this kernel module was gone between the two versions. Looking at kernel image it looks like both running the same linuxkit, the only difference is the supported module. Is there any intention to return this module? is this feature or bug?
The command I used: docker run --privileged --pid=host justincormack/nsenter1 /sbin/modprobe openvswitch
Output for 2.2.0.5 - no output (return 0)
Output for 3.3.0.3: modprobe: module openvswitch not found in modules.dep