From ee85257df2ceb51c5805eee4110789e66852a3c4 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 20 Jun 2018 15:36:50 -0700 Subject: [PATCH] minor syntax bugs --- source/clear-linux/tutorials/docker/docker.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/tutorials/docker/docker.rst b/source/clear-linux/tutorials/docker/docker.rst index e7a63f4f..ba1974ff 100644 --- a/source/clear-linux/tutorials/docker/docker.rst +++ b/source/clear-linux/tutorials/docker/docker.rst @@ -151,7 +151,7 @@ configuration file typically located at :file:`/etc/docker/daemon.json` . touch /etc/docker/daemon.json - Refer to the `Docker* documentation on daemon configuration `_ 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 @@ -169,7 +169,8 @@ configuration file typically located at :file:`/etc/docker/daemon.json` . Pulling and Running an image from Docker* Hub ============================================= -`Docker Hub`_ is a publically available container image repository which comes preconfigured with Docker*. +`Docker* Hub`_ is a publically available container image repository +which comes preconfigured with Docker*. In the example below we will pull and run nginx, an open source reverse proxy server.