Verify your host/kernel satisfy LXC requirements.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Dec 2018 23:23:30 +0200
changeset 2316 7de68fce3e7d
parent 2315 51097a1f0381
child 2317 897bb1696e5f
Verify your host/kernel satisfy LXC requirements.
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