lxcinfo
lxc-info is a command-line utility in the Linux Containers (LXC) project used to query information about a specific container or the container subsystem on a host. It is part of the LXC userspace tools and is commonly invoked with the container name, for example: lxc-info -n mycontainer. The output provides a concise snapshot of the container’s runtime state.
It reports fields such as the container name, current state (for example RUNNING or STOPPED), the host
Usage typically involves selecting the container with -n NAME and choosing which fields to display with options
LXC tools are used to manage containers on Linux systems. lxc-info is part of the LXC suite
Related concepts include Linux containers and containerization. The command is commonly used by administrators and developers