]> @LXC_GENERATE_DATE@ lxc-info 1 lxc-info query information about a container lxc-info -n name -c KEY -s -p -t state Description lxc-info queries and shows information about a container. Options The container name. Print a configuration key from the running container. This option may be given mulitple times to print out multiple key = value pairs. Just print the container's state. Just print the container's pid. Check whether the container is in the provided state. &commonoptions; Examples lxc-info -n foo Show information for foo. lxc-info -n foo -t RUNNING exits 0 if foo is RUNNING, 1 otherwise. lxc-info -n foo -c lxc.network.0.veth.pair prints the veth pair name of foo. &seealso; Author Stéphane Graber stgraber@ubuntu.com