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-start を使用して lxc を開始しました。では、コンテナの IP アドレスを取得するにはどうすればよいでしょうか。
$ awk '{ print $4,$3 }' /var/lib/misc/dnsmasq.leases | column -t containername 10.0.3.83
ソース
lxc-ls --fancy を試すと 、すべてのコンテナー、その名前、状態、ipv4、ipv6、および自動開始フラグが一覧表示されます