From e223f8117ee29590d1ee2b765f21b65c862129b3 Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 11 Jan 2017 16:20:43 -0800 Subject: [PATCH] docker is no longer optional in this tutorial Signed-off-by: LRubin --- docker-cloud/getting-started/deploy-app/1_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-cloud/getting-started/deploy-app/1_introduction.md b/docker-cloud/getting-started/deploy-app/1_introduction.md index 71c231fca2..0ed4b13322 100644 --- a/docker-cloud/getting-started/deploy-app/1_introduction.md +++ b/docker-cloud/getting-started/deploy-app/1_introduction.md @@ -16,7 +16,7 @@ This tutorial assumes that you have: - a free Docker ID account. - at least one node running. If you don't have any nodes set up in Docker Cloud yet, [start here](../../getting-started/your_first_node.md) to set these up. -- (optional) Docker Engine installed - see the installation guides for macOS, Windows and Linux. +- Docker Engine installed - see the installation guides for macOS, Windows and Linux. You'll use the `docker login` command to connect to your account in Docker Cloud, so you can run `docker-cloud` CLI commands. Let's get started!