mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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)
This commit is contained in:
parent
d53eb2f67c
commit
b64535166f
1 changed files with 4 additions and 4 deletions
|
@ -212,7 +212,7 @@ repository is used as the context. The Git repository is cloned with its
|
||||||
submodules (git clone –recursive). A fresh git clone occurs in a
|
submodules (git clone –recursive). A fresh git clone occurs in a
|
||||||
temporary directory on your local host, and then this is sent to the
|
temporary directory on your local host, and then this is sent to the
|
||||||
Docker daemon as the context. This way, your local user credentials and
|
Docker daemon as the context. This way, your local user credentials and
|
||||||
vpn's etc can be used to access private repositories
|
vpn's etc can be used to access private repositories.
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
|
@ -647,7 +647,7 @@ Restores both images and tags.
|
||||||
-p, --password="" Password
|
-p, --password="" Password
|
||||||
-u, --username="" Username
|
-u, --username="" Username
|
||||||
|
|
||||||
If you want to login to a private registry you can
|
If you want to login to a self-hosted registry you can
|
||||||
specify this by adding the server name.
|
specify this by adding the server name.
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
@ -728,8 +728,8 @@ use `docker pull`:
|
||||||
|
|
||||||
Push an image or a repository to the registry
|
Push an image or a repository to the registry
|
||||||
|
|
||||||
Use `docker push` to share your images on public or
|
Use `docker push` to share your images to the [Docker.io](https://index.docker.io)
|
||||||
private registries.
|
registry or to a self-hosted one.
|
||||||
|
|
||||||
## restart
|
## restart
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue