Category "hostnetwork"

Setting hostNetwork:true does not expose the host interfaces

I have a very simple program: package main import ( "fmt" "github.com/vishvananda/netlink" ) func main() { _, err := netlink.LinkByName("wlp16

In terms of networking, are there any limitation to windows container over linux container like host network access from container

Limitation of window container over Linux container in terms of networking like host network access from container I have done research on window container but