Skip to content

Commit

Permalink
fixed broken links in docs
Browse files Browse the repository at this point in the history
I need this to be merge to solve that issue: docker/docs#1068, and merge new CI tests for the docs: docker/docs#1052

Signed-off-by: Adrien Duermael <adrien@duermael.com>
  • Loading branch information
aduermael committed Jan 13, 2017
1 parent c529d3d commit 915f604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/commandline/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ adding the server name.
`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`.
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
credentials. When you log in, the command stores encoded credentials in
Expand Down
4 changes: 2 additions & 2 deletions docs/understanding-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
registry which serves a huge collection of existing images and allows you to
contribute your own. For more information, go to
[Docker Registry](https://docs.docker.com/registry/overview/) and
[Docker Trusted Registry](https://docs.docker.com/docker-trusted-registry/overview/).
[Docker Registry](https://docs.docker.com/registry/) and
[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.
For image, you can buy a Docker image containing an application or service from
Expand Down

0 comments on commit 915f604

Please sign in to comment.