From ac5576bd2e2c396c7c73509d1452fc685efc5fc3 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 23 Aug 2016 16:29:17 -0700 Subject: [PATCH] fixing grammer --- installation/install-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install-production.md b/installation/install-production.md index 449c5c513b..eda9b03886 100644 --- a/installation/install-production.md +++ b/installation/install-production.md @@ -30,7 +30,7 @@ UCP is a containerized application that requires CS Docker Engine 1.12.0 or above to run. So on each host that you want to be part of the UCP cluster, -[install CS Docker Engine 1.12.0 or above](https://docs.docker.com/docker-trusted-registry/cs-engine/install/). In the case where you are creating a VM template with CS Engine already installed, make sure that `/etc/docker/key.json` is not included in the image. You can do this by simply removing `/etc/docker/key.json` and restarting Docker on each node. +[install CS Docker Engine 1.12.0 or above](https://docs.docker.com/docker-trusted-registry/cs-engine/install/). In the case where you are creating a VM template with CS Engine already installed, make sure that `/etc/docker/key.json` is not included in the image. You can do this by simply removing `/etc/docker/key.json`. You can then restart Docker on each node, which will generate new `/etc/docker/key.json` files. ## Step 3: Customize named volumes