Merge pull request #12518 from moxiegirl/fix-12516-registry-doc

Docker Registry Server > Docker Registry
This commit is contained in:
moxiegirl 2015-04-19 07:14:09 -07:00
commit 2e58350bd6
6 changed files with 12 additions and 10 deletions

View file

@ -39,7 +39,7 @@ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs
https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/images/registry.png \ https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/images/registry.png \
/docs/sources/registry/images/ /docs/sources/registry/images/
ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/overview.md \ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/index.md \
https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/deploying.md \ https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/deploying.md \
https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/configuration.md \ https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/configuration.md \
https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storagedrivers.md \ https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storagedrivers.md \

View file

@ -13,7 +13,7 @@ docker-login - Register or log in to a Docker registry.
[SERVER] [SERVER]
# DESCRIPTION # DESCRIPTION
Register or log in to a Docker Registry Service located on the specified Register or log in to a Docker Registry located on the specified
`SERVER`. You can specify a URL or a `hostname` for the `SERVER` value. If you `SERVER`. You can specify a URL or a `hostname` for the `SERVER` value. If you
do not specify a `SERVER`, the command uses Docker's public registry located at do not specify a `SERVER`, the command uses Docker's public registry located at
`https://registry-1.docker.io/` by default. To get a username/password for Docker's public registry, create an account on Docker Hub. `https://registry-1.docker.io/` by default. To get a username/password for Docker's public registry, create an account on Docker Hub.

View file

@ -2,14 +2,14 @@
% Docker Community % Docker Community
% JUNE 2014 % JUNE 2014
# NAME # NAME
docker-logout - Log out from a Docker Registry Service. docker-logout - Log out from a Docker Registry.
# SYNOPSIS # SYNOPSIS
**docker logout** **docker logout**
[SERVER] [SERVER]
# DESCRIPTION # DESCRIPTION
Log out of a Docker Registry Service located on the specified `SERVER`. You can Log out of a Docker Registry located on the specified `SERVER`. You can
specify a URL or a `hostname` for the `SERVER` value. If you do not specify a specify a URL or a `hostname` for the `SERVER` value. If you do not specify a
`SERVER`, the command attempts to log you out of Docker's public registry `SERVER`, the command attempts to log you out of Docker's public registry
located at `https://registry-1.docker.io/` by default. located at `https://registry-1.docker.io/` by default.

View file

@ -172,10 +172,10 @@ inside it)
Load an image from a tar archive Load an image from a tar archive
**docker-login(1)** **docker-login(1)**
Register or login to a Docker Registry Service Register or login to a Docker Registry
**docker-logout(1)** **docker-logout(1)**
Log the user out of a Docker Registry Service Log the user out of a Docker Registry
**docker-logs(1)** **docker-logs(1)**
Fetch the logs of a container Fetch the logs of a container
@ -190,10 +190,10 @@ inside it)
List containers List containers
**docker-pull(1)** **docker-pull(1)**
Pull an image or a repository from a Docker Registry Service Pull an image or a repository from a Docker Registry
**docker-push(1)** **docker-push(1)**
Push an image or a repository to a Docker Registry Service Push an image or a repository to a Docker Registry
**docker-restart(1)** **docker-restart(1)**
Restart a running container Restart a running container

View file

@ -134,7 +134,7 @@ pages:
- ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters'] - ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters']
- ['swarm/API.md', 'Reference', 'Swarm API'] - ['swarm/API.md', 'Reference', 'Swarm API']
- ['reference/api/index.md', '**HIDDEN**'] - ['reference/api/index.md', '**HIDDEN**']
- ['registry/overview.md', 'Reference', 'Docker Registry 2.0'] - ['registry/index.md', 'Reference', 'Docker Registry 2.0']
- ['registry/deploying.md', 'Reference', '    ▪  Deploy a registry' ] - ['registry/deploying.md', 'Reference', '    ▪  Deploy a registry' ]
- ['registry/configuration.md', 'Reference', '    ▪  Configure a registry' ] - ['registry/configuration.md', 'Reference', '    ▪  Configure a registry' ]
- ['registry/storagedrivers.md', 'Reference', '    ▪  Storage driver model' ] - ['registry/storagedrivers.md', 'Reference', '    ▪  Storage driver model' ]

View file

@ -42,7 +42,9 @@
{ "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } }, { "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } },
{ "Condition": { "KeyPrefixEquals": "contributing/contributing/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/who-written-for/" } }, { "Condition": { "KeyPrefixEquals": "contributing/contributing/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/who-written-for/" } },
{ "Condition": { "KeyPrefixEquals": "contributing/devenvironment/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/set-up-prereqs/" } }, { "Condition": { "KeyPrefixEquals": "contributing/devenvironment/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/set-up-prereqs/" } },
{ "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } } { "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } },
{ "Condition": { "KeyPrefixEquals": "registry/overview/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "registry/" } }
] ]
} }