From c1a86683b619facab93d05de34f94ea674d73c67 Mon Sep 17 00:00:00 2001 From: dTanMan Date: Tue, 21 Jun 2016 21:28:43 +0800 Subject: [PATCH] Edited Line 8 Corrected the grammar of the pre-existing sentence, and mentioned that the option to deploy without the Docker is an option available in the next page. It was mildly amusing/annoying that I only found out about this *after* deploying on Docker. --- docs/source/general/docker-deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/general/docker-deployment.rst b/docs/source/general/docker-deployment.rst index 4bcebc7..f932c77 100644 --- a/docs/source/general/docker-deployment.rst +++ b/docs/source/general/docker-deployment.rst @@ -5,7 +5,7 @@ Openchain Server Docker deployment Openchain Server is cross platform and can be deployed as a `DNX application `_ on Windows, OS X and Linux. However, to simplify dependency management and homogenize deployment of Openchain, we are shipping it as a Docker image. -This document explain the few steps necessary to have the Openchain server running. +This document explains the few steps necessary to have the Openchain server running. Refer to the `next section `_ to deploy Openchain directly. Install Docker -------------- @@ -117,4 +117,4 @@ To restart the server, use:: To stop it, use:: - docker-compose stop \ No newline at end of file + docker-compose stop