From 2ea34e21da2d0ba349edd9e6a5b7f712f4f8f66a Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 20 Jun 2018 14:33:34 -0700 Subject: [PATCH] minor language edits --- source/clear-linux/tutorials/docker/docker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/tutorials/docker/docker.rst b/source/clear-linux/tutorials/docker/docker.rst index 8e7ee246..dd6d95ed 100644 --- a/source/clear-linux/tutorials/docker/docker.rst +++ b/source/clear-linux/tutorials/docker/docker.rst @@ -3,7 +3,7 @@ Docker* on |CL| ###################################################### -|CLOSIA| supports many containerization platforms, including Docker*. +|CLOSIA| supports multiple containerization platforms, including Docker*. |CL| has many `unique features`_ including a minimal default installation which makes it compelling to use as a host for container workloads, management, and orchestration. @@ -149,7 +149,7 @@ configuration file typically located at :file:`/etc/docker/daemon.json` . touch /etc/docker/daemon.json - Refer to the `Docker* daemon configuration documentation`_ for the + Refer to the `Docker* documentation on daemon configuration `_ for the full list of available configuration options and examples. #. Once you've made any required changes, be sure to restart the @@ -234,7 +234,7 @@ Also see: .. _`Docker* proxy instructions`: https://docs.docker.com/config/daemon/systemd/#httphttps-proxy .. _`bundles`: https://clearlinux.org/documentation/clear-linux/concepts/bundles-about#related-concepts .. _`stateless system`: https://clearlinux.org/features/stateless -.. _`Docker* daemon configuration documentation`: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file +.. _`Docker* documentation on daemon configuration`: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file .. _`Kata Containers`: https://katacontainers.io/ .. _`Docker* Home`: https://www.docker.com/ .. _`Docker* Documentation`: https://docs.docker.com/