mirror of https://github.com/docker/docs.git
Update 2_set_up.md
Changing the login command from `docker-cloud login` to `docker login`
This commit is contained in:
parent
b54e3a23f1
commit
99d05a4056
|
@ -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