From 5057d342721f8bcf1fb67adc85426d278d07f628 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 29 Sep 2020 21:16:58 +0200 Subject: [PATCH] docs: update URL for security landing page Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 54bbd782bfc31b12f79c0f7813329b802cce7431) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/login.md | 2 +- man/src/login.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/login.md b/docs/reference/commandline/login.md index fe4e5d91d7..ae0f9406c8 100644 --- a/docs/reference/commandline/login.md +++ b/docs/reference/commandline/login.md @@ -53,7 +53,7 @@ $ cat ~/my_password.txt | docker login --username foo --password-stdin `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](https://docs.docker.com/engine/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](https://docs.docker.com/engine/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 credentials in diff --git a/man/src/login.md b/man/src/login.md index 4d60882f5f..36818de001 100644 --- a/man/src/login.md +++ b/man/src/login.md @@ -6,7 +6,7 @@ do not specify a `SERVER`, the command uses Docker's public registry located at `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](https://docs.docker.com/engine/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](https://docs.docker.com/engine/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