DOCS: General cleanup (did not move any sections)
Change-Id: I67cc42769661c10d2793f8c6cdb3b232b803d145
Signed-off-by: andrew <andrew.olechtchouk@gmail.com>
diff --git a/docs/usecases/containerSetup.rst b/docs/usecases/containerSetup.rst
index d1c230d..e0fd81e 100644
--- a/docs/usecases/containerSetup.rst
+++ b/docs/usecases/containerSetup.rst
@@ -9,14 +9,14 @@
To enter our container via the shell, type:
-.. code-block:: shell
+.. code-block:: console
# lxc-attach -n cone
root@cone:/#
Run the linux DHCP setup and install VPP:
-.. code-block:: shell
+.. code-block:: console
root@cone:/# resolvconf -d eth0
root@cone:/# dhclient
@@ -28,13 +28,13 @@
After this is done, start VPP in this container:
-.. code-block:: shell
+.. code-block:: console
root@cone:/# service vpp start
Exit this container with the **exit** command (you *may* need to run **exit** twice):
-.. code-block:: shell
+.. code-block:: console
root@cone:/# exit
exit