linux - How to get the IP address of an LXC container? -


i have started lxc using lxc-start. now, how can ip address of container?

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

source


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -