Update 2_set_up.md

Changing the login command from `docker-cloud login` to `docker login`
This commit is contained in:
Vishal Kumar 2016-10-16 01:30:47 +05:30 committed by GitHub
parent b54e3a23f1
commit 99d05a4056
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ The documentation for the Docker Cloud CLI tool and API [here](/apidocs/docker-c
Use the `login` CLI command to log in to Docker Cloud. Use the username and password you used when creating your Docker ID. If you use Docker Hub, you can use the same username and password you use to log in to Docker Hub.
```
$ docker-cloud login
$ docker login
Username: my-username
Password:
Login succeeded!