The CLI usage shouldn't probably be directly given into guides, but should instead be moved into reference. Change-Id: I7085591f147d7dc0ff2c63be3380a06e6387e6b9
860 B
860 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