From e11d8ec99813b6f8b3c59070c43a785976266278 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 15 Dec 2017 15:31:44 -0800 Subject: [PATCH] Add a couple more prerequisites Fixed #5447 --- get-started/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/get-started/index.md b/get-started/index.md index 200cc48fdb..77aa354e1e 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -86,6 +86,15 @@ We also need to assume you are familiar with a few concepts before we continue: - Basic familiarity with the ideas of code dependencies and building - Machine resource usage terms, like CPU percentages, RAM use in bytes, etc. +Finally, though we'll remind you again when you need these things, you can +save yourself some distraction at that time by [signing up for a +Docker ID](https://cloud.docker.com) and using it on your local machine +by running the following command: + +``` +docker login +``` + ## A brief explanation of containers An **image** is a lightweight, stand-alone, executable package that includes