Minor fixes in topic

https://review.opendev.org/c/starlingx/docs/+/807374

Signed-off-by: egoncalv <elisamaraaoki.goncalves@windriver.com>
Change-Id: I4659b3a84358671c77a0f77bd9ed5d1cd1b2e240
This commit is contained in:
egoncalv 2021-09-07 14:03:53 -03:00
parent 7555b32373
commit 6ec4d277bb
2 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
.. _setup-simple-dns-server-in-lab: .. _setup-simple-dns-server-in-lab:
================================= =====================================
Set up a Simple DNS Server in Lab Set up a Simple DNS Server in the Lab
================================= =====================================
While installing or using |prod|, you may require a |DNS| server that you can add While installing or using |prod|, you may require a |DNS| server that you can add
entries to for name resolution. entries to for name resolution.
@ -12,14 +12,14 @@ standing up a simple Bind server on an Ubuntu 20.04 server.
.. rubric:: |proc| .. rubric:: |proc|
#. Run the following to install. #. Run the following commands to install.
.. code-block:: bash .. code-block:: bash
$ sudo apt update $ sudo apt update
$ sudo apt install bind9 $ sudo apt install bind9
#. This is the basic setup. #. Use the following commands for a basic setup.
.. code-block:: bash .. code-block:: bash

View File

@ -1,8 +1,8 @@
.. _setup-simple-dns-server-in-lab-r6: .. _setup-simple-dns-server-in-lab-r6:
================================= =====================================
Set up a Simple DNS Server in Lab Set up a Simple DNS Server in the Lab
================================= =====================================
While installing or using |prod|, you may require a |DNS| server that you can add While installing or using |prod|, you may require a |DNS| server that you can add
entries to for name resolution. entries to for name resolution.
@ -12,14 +12,14 @@ standing up a simple Bind server on an Ubuntu 20.04 server.
.. rubric:: |proc| .. rubric:: |proc|
#. Run the following to install. #. Run the following commands to install.
.. code-block:: bash .. code-block:: bash
$ sudo apt update $ sudo apt update
$ sudo apt install bind9 $ sudo apt install bind9
#. This is the basic setup. #. Use the following commands for a basic setup.
.. code-block:: bash .. code-block:: bash