"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>
839 B
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 --fancyShow container details including operational state, resource utilization, and
vethpairs:# lxc-info --name container_nameStart a container:
# lxc-start --name container_nameAttach to a container:
# lxc-attach --name container_nameStop a container:
# lxc-stop --name container_name