Fixed broken link to stateless.rst. Made minor editorial and trademark/branding revisions. (#633)

Signed-off-by: DougTW <doug.martin@intel.com>
This commit is contained in:
DougTW
2019-07-17 15:38:32 -07:00
committed by michael vincerra
parent 6c2edca52b
commit 59c0f13160
@@ -93,7 +93,7 @@ More information on installing and using the *kata-runtime* may be found at :re
.. note::
The proceeding sections of this tutorial are standard to Docker setup
The remaining sections of this tutorial are standard to Docker setup
and configuration. If you are familiar with Docker basics, you do not
need to continue reading. The following sections are provided here for
sake of completeness.
@@ -105,8 +105,8 @@ Additional Docker configuration
Perform additional Docker daemon configuration via a configuration file
typically located at :file:`/etc/docker/daemon.json`. |CL| features a
`stateless system`_ so the configuration file :file:`daemon.json` does *NOT*
exist by default.
:ref:`stateless` system so the configuration file :file:`daemon.json` does
*NOT* exist by default.
#. Create the :file:`daemon.json` by running this command:
@@ -148,7 +148,7 @@ Pulling and running an image from Docker Hub
`Docker Hub`_ is a publically available container image repository which
comes preconfigured with Docker. In the example below we will pull and run
an the official Docker image for nginx, an open source reverse proxy server.
an the official Docker image for nginx\*, an open source reverse proxy server.
#. First, pull a container image from Docker Hub using the
:command:`docker pull` command. Download the latest nginx\* Docker
@@ -223,8 +223,6 @@ Related topics
.. _bundles: https://clearlinux.org/documentation/clear-linux/concepts/bundles-about#related-concepts
.. _stateless system: https://clearlinux.org/features/stateless
.. _Docker documentation on daemon configuration: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
.. _Kata Containers: https://katacontainers.io/