From a368ba37d2c1775f9ef542201ceb48a965224f52 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Wed, 27 Mar 2019 10:18:05 -0400 Subject: [PATCH] Wording and link changes --- ee/ucp/interlock/deploy/offline-install.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ee/ucp/interlock/deploy/offline-install.md b/ee/ucp/interlock/deploy/offline-install.md index 65c7574309..4b27f8c4c5 100644 --- a/ee/ucp/interlock/deploy/offline-install.md +++ b/ee/ucp/interlock/deploy/offline-install.md @@ -1,10 +1,9 @@ --- title: Offline installation considerations -description: Learn how to To install Interlock on a Docker cluster without internet access. -keywords: routing, proxy +description: Learn how to to install Interlock on a Docker cluster without internet access. +keywords: routing, proxy, interlock --- -# Offline installation To install Interlock on a Docker cluster without internet access, the Docker images must be loaded. This topic describes how to export the images from a local Docker engine and then loading them to the Docker Swarm cluster. @@ -34,5 +33,5 @@ $> docker load < nginx:alpine.tar ``` ## Next steps -After running on each node, you can continue to the [Deployment](index.md) section to +After running on each node, refer to the [Deploy](./index.md) section to continue the installation.