docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / usecases / containers / containerSetup.rst
similarity index 93%
rename from docs/usecases/containerSetup.rst
rename to docs/usecases/containers/containerSetup.rst
index e0fd81e..8c458f7 100644 (file)
@@ -3,21 +3,21 @@
 .. toctree::
 
 Container packages
-__________________
+==================
 
 Now we can go into container *cone* and install prerequisites such as VPP, and perform some additional commands:
 
 To enter our container via the shell, type:
 
 .. code-block:: console
-    
+
     # lxc-attach -n cone
     root@cone:/#
 
-Run the linux DHCP setup and install VPP: 
+Run the linux DHCP setup and install VPP:
 
 .. code-block:: console
-    
+
     root@cone:/# resolvconf -d eth0
     root@cone:/# dhclient
     root@cone:/# apt-get install -y wget
@@ -29,7 +29,7 @@ Run the linux DHCP setup and install VPP:
 After this is done, start VPP in this container:
 
 .. code-block:: console
-    
+
     root@cone:/# service vpp start
 
 Exit this container with the **exit** command (you *may* need to run **exit** twice):