From 3b7f3273eb3f7c0e0be6b78c7e84639a0cddda6a Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Wed, 10 Apr 2019 08:45:16 -0400 Subject: [PATCH] doc: add information about remote image repository --- documentation/modules/ROOT/pages/01-setup.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/modules/ROOT/pages/01-setup.adoc b/documentation/modules/ROOT/pages/01-setup.adoc index 7145d310..7c6822a8 100644 --- a/documentation/modules/ROOT/pages/01-setup.adoc +++ b/documentation/modules/ROOT/pages/01-setup.adoc @@ -54,6 +54,10 @@ The following CLI tools are required for running the exercises in this tutorial. |=== +[#remote-docker-repository] +== Remote Repository +For some parts of the tutorial, you will be pushing and pulling container images to and from a remote image repository. You will need an account with publish rights. As of this writing, knative works best with https://hub.docker.com[Docker Hub]. + [#download-tutorial-sources] == Download Tutorial Sources Before we start setting up the environment, let's clone the tutorial sources and set the `TUTORIAL_HOME` environment variable to point to the root directory of the tutorial: