aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usecases/containerSetup.rst
diff options
context:
space:
mode:
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 e0fd81eebc3..d1c230daf24 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:: console
+.. code-block:: shell
# lxc-attach -n cone
root@cone:/#
Run the linux DHCP setup and install VPP:
-.. code-block:: console
+.. code-block:: shell
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:: console
+.. code-block:: shell
root@cone:/# service vpp start
Exit this container with the **exit** command (you *may* need to run **exit** twice):
-.. code-block:: console
+.. code-block:: shell
root@cone:/# exit
exit