Browse code

Replace 'private' with 'self-hosted' in a couple of places

Docker-DCO-1.1-Signed-off-by: Jérôme Petazzoni <jerome@docker.com> (github: jpetazzo)

Jérôme Petazzoni authored on 2014/05/28 10:57:25
Showing 1 changed files
... ...
@@ -212,7 +212,7 @@ repository is used as the context. The Git repository is cloned with its
212 212
 submodules (git clone –recursive). A fresh git clone occurs in a
213 213
 temporary directory on your local host, and then this is sent to the
214 214
 Docker daemon as the context. This way, your local user credentials and
215
-vpn's etc can be used to access private repositories
215
+vpn's etc can be used to access private repositories.
216 216
 
217 217
 See also:
218 218
 
... ...
@@ -647,7 +647,7 @@ Restores both images and tags.
647 647
       -p, --password=""    Password
648 648
       -u, --username=""    Username
649 649
 
650
-If you want to login to a private registry you can
650
+If you want to login to a self-hosted registry you can
651 651
 specify this by adding the server name.
652 652
 
653 653
     example:
... ...
@@ -728,8 +728,8 @@ use `docker pull`:
728 728
 
729 729
     Push an image or a repository to the registry
730 730
 
731
-Use `docker push` to share your images on public or
732
-private registries.
731
+Use `docker push` to share your images to the [Docker.io](https://index.docker.io)
732
+registry or to a self-hosted one.
733 733
 
734 734
 ## restart
735 735