# HG changeset patch # User Oleksandr Gavenko # Date 1546118610 -7200 # Node ID 7de68fce3e7dddb1fd0c303f5ba69fbd65d33164 # Parent 51097a1f0381fed889060c320332ae32a6030cdb Verify your host/kernel satisfy LXC requirements. diff -r 51097a1f0381 -r 7de68fce3e7d lxc.rst --- a/lxc.rst Mon Dec 24 01:36:49 2018 +0200 +++ b/lxc.rst Sat Dec 29 23:23:30 2018 +0200 @@ -12,6 +12,10 @@ $ sudo apt-get install lxc +Verify your host/kernel satisfy LXC requirements:: + + $ sudo lxc-checkconfig + To make network bridge install supplement packages:: $ sudo apt-get install bridge-utils dnsmasq @@ -34,10 +38,6 @@ $ sudo service lxc-net start -Check installation with:: - - $ sudo lxc-checkconfig - Create new container in LXC =========================== @@ -83,7 +83,7 @@ $ sudo lxc-start -n $NAME -Safely stop VM (with honer of init system):: +Safely stop VM (honoring init system):: $ sudo lxc-halt -n $NAME