Support for nspawn was previously deprecated, and is now removed. Change-Id: I37811d66eedf7aa781d4365024b7181ba44081bc
811 B
811 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