1. Tidy up index.rst 2. Move targethosts-network.rst content to overview chapter 3. Move LXC commands section to dev docs 4. Add host layout diagrams 5. Installation workflow section - move Network ranges subsection to Network Architecture section Change-Id: Idea40a7d8f4cd9926876a57f7cfb3162c0c7dd82 Implements: blueprint osa-install-guide-overhaul
810 B
810 B
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