Merge pull request #30142 from aduermael/1.12.x

[1.12.x] fixed a few links that are broken in the docs
This commit is contained in:
Sebastiaan van Stijn
2017-01-13 21:33:05 +01:00
committed by GitHub
7 changed files with 3 additions and 8 deletions

View File

@@ -52,4 +52,3 @@ axqh55ipl40h vossibility-stack_vossibility-collector 1 icecrime/vossibility-co
* [stack config](stack_config.md) * [stack config](stack_config.md)
* [stack deploy](stack_deploy.md) * [stack deploy](stack_deploy.md)
* [stack rm](stack_rm.md) * [stack rm](stack_rm.md)
* [stack tasks](stack_tasks.md)

View File

@@ -29,7 +29,7 @@ adding the server name.
`docker login` requires user to use `sudo` or be `root`, except when: `docker login` requires user to use `sudo` or be `root`, except when:
1. connecting to a remote daemon, such as a `docker-machine` provisioned `docker engine`. 1. connecting to a remote daemon, such as a `docker-machine` provisioned `docker engine`.
2. user is added to the `docker` group. This will impact the security of your system; the `docker` group is `root` equivalent. See [Docker Daemon Attack Surface](/security/security/#docker-daemon-attack-surface) for details. 2. user is added to the `docker` group. This will impact the security of your system; the `docker` group is `root` equivalent. See [Docker Daemon Attack Surface](/engine/security/security/#docker-daemon-attack-surface) for details.
You can log into any public or private repository for which you have You can log into any public or private repository for which you have
credentials. When you log in, the command stores encoded credentials in credentials. When you log in, the command stores encoded credentials in

View File

@@ -26,4 +26,3 @@ Displays the configuration of a stack.
* [stack rm](stack_rm.md) * [stack rm](stack_rm.md)
* [stack services](stack_services.md) * [stack services](stack_services.md)
* [stack ps](stack_ps.md) * [stack ps](stack_ps.md)
* [stack ls](stack_ls.md)

View File

@@ -55,4 +55,3 @@ axqh55ipl40h vossibility-stack_vossibility-collector 1 icecrime/vossibility-co
* [stack rm](stack_rm.md) * [stack rm](stack_rm.md)
* [stack services](stack_services.md) * [stack services](stack_services.md)
* [stack ps](stack_ps.md) * [stack ps](stack_ps.md)
* [stack ls](stack_ls.md)

View File

@@ -29,4 +29,3 @@ a manager node.
* [stack deploy](stack_deploy.md) * [stack deploy](stack_deploy.md)
* [stack services](stack_services.md) * [stack services](stack_services.md)
* [stack ps](stack_ps.md) * [stack ps](stack_ps.md)
* [stack ls](stack_ls.md)

View File

@@ -60,4 +60,3 @@ The currently supported filters are:
* [stack deploy](stack_deploy.md) * [stack deploy](stack_deploy.md)
* [stack rm](stack_rm.md) * [stack rm](stack_rm.md)
* [stack ps](stack_ps.md) * [stack ps](stack_ps.md)
* [stack ls](stack_ls.md)

View File

@@ -208,8 +208,8 @@ existing images and pull them from the registry to a host.
[Docker Hub](http://hub.docker.com) is a public Docker [Docker Hub](http://hub.docker.com) is a public Docker
registry which serves a huge collection of existing images and allows you to registry which serves a huge collection of existing images and allows you to
contribute your own. For more information, go to contribute your own. For more information, go to
[Docker Registry](https://docs.docker.com/registry/overview/) and [Docker Registry](https://docs.docker.com/registry/) and
[Docker Trusted Registry](https://docs.docker.com/docker-trusted-registry/overview/). [Docker Trusted Registry](https://docs.docker.com/datacenter/dtr/2.0/).
[Docker store](http://store.docker.com) allows you to buy and sell Docker images. [Docker store](http://store.docker.com) allows you to buy and sell Docker images.
For image, you can buy a Docker image containing an application or service from For image, you can buy a Docker image containing an application or service from