mirror of https://github.com/docker/docs.git
Merge pull request #1094 from sanscontext/issue-1013
Cloud: docker is no longer optional in this 2nd tutorial
This commit is contained in:
commit
9157ec86aa
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue