summaryrefslogtreecommitdiffstats
path: root/docs/usecases/containerSetup.rst
diff options
context:
space:
mode:
authorandrew <andrew.olechtchouk@gmail.com>2018-08-09 13:23:59 -0400
committerDave Barach <openvpp@barachs.net>2018-08-09 18:03:05 +0000
commitdf50b45e2322d2fb714e5446624d52ba76896970 (patch)
tree19df4c527e1fcc003bf8d9ccae5ab7a566d039d6 /docs/usecases/containerSetup.rst
parent7d84c16eb64a5bbf1b88e9b52a1122f59d79f643 (diff)
DOCS: General cleanup (did not move any sections)
Change-Id: I67cc42769661c10d2793f8c6cdb3b232b803d145 Signed-off-by: andrew <andrew.olechtchouk@gmail.com>
Diffstat (limited to 'docs/usecases/containerSetup.rst')
-rw-r--r--docs/usecases/containerSetup.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/usecases/containerSetup.rst b/docs/usecases/containerSetup.rst
index d1c230daf24..e0fd81eebc3 100644
--- a/docs/usecases/containerSetup.rst
+++ b/docs/usecases/containerSetup.rst
@@ -9,14 +9,14 @@ Now we can go into container *cone* and install prerequisites such as VPP, and p
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 @@ Run the linux DHCP setup and install VPP:
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