Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在普通的 lxc(不是 docker 或任何其他风格)上,有没有办法从命令行从主机查看容器的 tcp 连接和套接字分配 - 也许是 netstat 选项或 lxc 命令?我们将 ubuntu 用于主机和容器。
你可以使用 lxc-netstat 来完成这项工作
https://manned.org/lxc-netstat/01c5f51e
HTH
谢谢,
//P