如何获取 LXC 容器的 IP 地址?

How to get the IP address of an LXC container?

我已经使用 lxc-start 启动了 lxc。现在,如何获取容器的 IP 地址?

$ awk '{ print , }' /var/lib/misc/dnsmasq.leases | column -t
containername  10.0.3.83

Source

尝试lxc-ls --fancy 它列出了所有容器、它们的名称、状态、ipv4、ipv6 和自动启动标志