Linux Containers
Listing the container
lxc-ls -f
Creating a container
lxc-create -n $name -t $template
starting a container
lxc-start -n $name
Clonning a container
lxc-copy -n $name -N $newname
destroying a container
lxc-destroy -n $name
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
lxc-ls -f
lxc-create -n $name -t $template
lxc-start -n $name
lxc-copy -n $name -N $newname
lxc-destroy -n $name