Fix deployment guide typos re: image name consistency.

Signed-off-by: Shawn Falkner-Horine <dreadpirateshawn@gmail.com>
This commit is contained in:
Shawn Falkner-Horine 2015-04-17 21:13:24 +00:00 committed by Richard
parent 61ce5f91ba
commit e38fa8bff8
1 changed files with 3 additions and 3 deletions

View File

@ -331,7 +331,7 @@ support.
2. Run your new image.
$ docker run -p 5000:5000 registry_local:latest
$ docker run -p 5000:5000 secure_registry:latest
time="2015-04-12T03:06:18.616502588Z" level=info msg="endpoint local-8082 disabled, skipping" environment=development instance.id=bf33c9dc-2564-406b-97c3-6ee69dc20ec6 service=registry
time="2015-04-12T03:06:18.617012948Z" level=info msg="endpoint local-8083 disabled, skipping" environment=development instance.id=bf33c9dc-2564-406b-97c3-6ee69dc20ec6 service=registry
time="2015-04-12T03:06:18.617190113Z" level=info msg="using inmemory layerinfo cache" environment=development instance.id=bf33c9dc-2564-406b-97c3-6ee69dc20ec6 service=registry
@ -545,11 +545,11 @@ procedure. The directory includes an example `compose` configuration.
4. Use `curl` to list the image in the registry.
$ curl -v -X GET http://localhost:32777/v2/registry1/tags/list
$ curl -v -X GET http://localhost:32777/v2/registry_one/tags/list
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 32777 (#0)
> GET /v2/registry1/tags/list HTTP/1.1
> GET /v2/registry_one/tags/list HTTP/1.1
> User-Agent: curl/7.36.0
> Host: localhost:32777
> Accept: */*