You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
`docker login` requires user to use `sudo` or be `root`, except when:
54
54
55
55
1. connecting to a remote daemon, such as a `docker-machine` provisioned `docker engine`.
56
-
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.
56
+
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.
57
57
58
58
You can log into any public or private repository for which you have
59
59
credentials. When you log in, the command stores credentials in
Copy file name to clipboardExpand all lines: components/cli/man/src/login.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ do not specify a `SERVER`, the command uses Docker's public registry located at
6
6
`docker login` requires user to use `sudo` or be `root`, except when:
7
7
8
8
1. connecting to a remote daemon, such as a `docker-machine` provisioned `docker engine`.
9
-
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.
9
+
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.
10
10
11
11
You can log into any public or private repository for which you have
12
12
credentials. When you log in, the command stores encoded credentials in
0 commit comments