docker-topo
docker-topo copied to clipboard
pyroute2.netlink.exceptions.NetlinkError: (17, 'File exists')
This happens when the host OS has the same interface as we try to assign inside a container. Looks like I do the veth name change before I move the interface inside its namespace. Need to fix the order.