From 821d6d4f54e8e7573d2f719b9b7322d328d0f9c5 Mon Sep 17 00:00:00 2001 From: nywilken Date: Thu, 7 Nov 2019 11:48:54 -0500 Subject: [PATCH] getting-started/build-image: Remove reference to Redis install The deleted paragraph seems like a carry over from a previous version of the document as Redis is no longer mentioned as part of the base image template. --- website/source/intro/getting-started/build-image.html.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/source/intro/getting-started/build-image.html.md b/website/source/intro/getting-started/build-image.html.md index cf4233b7c..319bcfbb4 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -106,12 +106,6 @@ Template validated successfully. Next, let's build the image from this template. -An astute reader may notice that we said earlier we'd be building an image with -Redis pre-installed, and yet the template we made doesn't reference Redis -anywhere. In fact, this part of the documentation will only cover making a first -basic, non-provisioned image. The [next section on provisioning](./provision.html) will cover -installing Redis. - ## Your First Image With a properly validated template, it is time to build your first image. This