mirror of https://github.com/docker/docs.git
Merge pull request #222 from vishalkdotcom/patch-1
Update login CLI command in 2_set_up.md
This commit is contained in:
commit
33ed334075
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue