mirror of https://github.com/docker/docs.git
fix the verify step in cloud tutorial
Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
parent
33dd1f5a40
commit
83474ce980
|
@ -36,14 +36,12 @@ $ docker push $DOCKER_ID_USER/quickstart-python
|
||||||
```
|
```
|
||||||
$ docker push $DOCKER_ID_USER/quickstart-go
|
$ docker push $DOCKER_ID_USER/quickstart-go
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verify the image location
|
## Verify the image location
|
||||||
After the push command completes, verify that the image is now in Docker Cloud's registry. Do this by running the `docker-cloud repository ls` command. You should see only one of the images below.
|
|
||||||
|
|
||||||
```
|
After the push command completes, verify that the image is now in Docker Cloud's
|
||||||
$ docker-cloud repository ls
|
registry. Do this by logging in to [Docker Cloud](https://cloud.docker.com) and
|
||||||
NAME DESCRIPTION
|
clicking **Repositories** in the left navigation. Your image should appear in
|
||||||
my-username/quickstart-python
|
the repository list.
|
||||||
my-username/quickstart-go
|
|
||||||
```
|
|
||||||
|
|
||||||
Next: [Deploy the app as a Docker Cloud service](5_deploy_the_app_as_a_service.md).
|
Next: [Deploy the app as a Docker Cloud service](5_deploy_the_app_as_a_service.md).
|
||||||
|
|
Loading…
Reference in New Issue