Wording and link changes

This commit is contained in:
paigehargrave 2019-03-27 10:18:05 -04:00 committed by GitHub
parent e039305c49
commit a368ba37d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
--- ---
title: Offline installation considerations title: Offline installation considerations
description: Learn how to To install Interlock on a Docker cluster without internet access. description: Learn how to to install Interlock on a Docker cluster without internet access.
keywords: routing, proxy 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 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. engine and then loading them to the Docker Swarm cluster.
@ -34,5 +33,5 @@ $> docker load < nginx:alpine.tar
``` ```
## Next steps ## 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. continue the installation.