Files
openstack-ansible/doc/source/reference/commands/reference.rst
Ivan Anfimov 0b671b172a docs: updated information in the troubleshooting guide
"service" replaced to "systemctl" and add information about OVN

Change-Id: Ib45005e0d88d9fa0eeee504000c948a55afa770d
Co-authored-by: Dmitriy Chubinidze <dcu995@gmail.com>
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2025-10-06 20:54:16 +00:00

839 B

Command Line Reference

Linux Container commands

The following are some useful commands to manage LXC:

  • List containers and summary information such as operational state and network configuration:

    # lxc-ls --fancy
  • Show container details including operational state, resource utilization, and veth pairs:

    # lxc-info --name container_name
  • Start a container:

    # lxc-start --name container_name
  • Attach to a container:

    # lxc-attach --name container_name
  • Stop a container:

    # lxc-stop --name container_name