docker is no longer optional in this tutorial

Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
LRubin 2017-01-11 16:20:43 -08:00
parent 32f0406945
commit e223f8117e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ This tutorial assumes that you have:
- a free <a href="https://hub.docker.com/" target="_blank">Docker ID account</a>.
- 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 <a href="/engine/installation/" target="_blank">macOS, Windows and Linux</a>.
- Docker Engine installed - see the installation guides for <a href="/engine/installation/" target="_blank">macOS, Windows and Linux</a>. 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!