是否可以在 windows docker 容器中捕获 tcp 数据包?(使用最终基于 microsoft/windowsservercore 的图像)
netsh trace start
失败了The inbox capture driver could not be started (error=0x800106d9)
New-NetEventSession -CaptureMode SaveToFile -Name cat -LocalFilePath c:\cat.etl
失败了A general error occurred that is not covered by a more specific error code
(上下文 - 我正在尝试调试一个网络问题,一个 dockerised 应用程序似乎在一段时间后停止通过已建立的连接接收数据。我可以在 docker 主机上运行跟踪并查看数据被转发到容器;我希望能够在容器内做同样的事情,看看它是否也出现在那里)