diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-01 10:38:23 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-01 20:21:23 +0000 |
commit | a14c16674023bd6672ca49e3551c707702711050 (patch) | |
tree | 8f6fcd2a22356a0d16dce12f3b2bbdefbb37d7e7 /docs/usecases/containerSetup.rst | |
parent | e126cc53317fcc38970d244bea2ddaf11e47702f (diff) |
docs: change code blocks from "shell" to "console"
Change-Id: I136fccfc06e07fb68d11df686c59687362fb8827
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/usecases/containerSetup.rst')
-rw-r--r-- | docs/usecases/containerSetup.rst | 8 |
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 |