1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Addressed regression of private repository documentation.

This adds back in the references to private repositories and
provides some refactoring to the Working with repositories
documentation including updating references to the "Central"
registry to Docker.io.

It also:

* Fixes some links and references to Central Index
* Fixes anchors in other files to updated titles in Working with Repositories.
* Renamed Central Index in the remaining places.
* Updated terms documentation to reflect Docker.io
* Updated some Docker Index naming to be consistent.
* Updates menu labels and hyperlinks.

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
This commit is contained in:
James Turnbull 2014-04-26 08:00:01 -04:00
parent 8fac9a345b
commit a8871b93b9
30 changed files with 205 additions and 186 deletions

View file

@ -179,10 +179,10 @@ Without dealing with complicated commands or third party applications.
Docker allows you to share the images you've built with the world. And
lots of people have already shared their own images.
To facilitate this sharing Docker comes with a public registry and index
called the [Docker Index](http://index.docker.io). If you don't want
your images to be public you can also use private images on the Index or
even run your own registry behind your firewall.
To facilitate this sharing Docker comes with a public registry called
[Docker.io](http://index.docker.io). If you don't want your images to be
public you can also use private images on [Docker.io](https://index.docker.io)
or even run your own registry behind your firewall.
**This translates to:**