mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
tweak description of login/logout
Remove "Docker" from registry, as the registry specification is no longer docker-specific, but part of the OCI distribution spec. Also removed "Register" from one of the docs pages, as the login command hasn't supported creating a new acccount on Docker Hub for a long time. I'm wondering if we should be more explicit about what log in / out does (effectively; authenticate, and on success store the credentials or token, and on log out; remove credentials/token). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -88,7 +88,7 @@ Options:
|
||||
--oom-score-adjust int Set the oom_score_adj for the daemon (default -500)
|
||||
-p, --pidfile string Path to use for daemon PID file (default "/var/run/docker.pid")
|
||||
--raw-logs Full timestamps without ANSI coloring
|
||||
--registry-mirror list Preferred Docker registry mirror
|
||||
--registry-mirror list Preferred registry mirror
|
||||
--rootless Enable rootless mode; typically used with RootlessKit
|
||||
--seccomp-profile string Path to seccomp profile
|
||||
--selinux-enabled Enable selinux support
|
||||
|
@ -76,8 +76,8 @@ read the [`dockerd`](dockerd.md) reference page.
|
||||
|
||||
| Command | Description |
|
||||
|:--------------------|:------------------------------------------------------------------------|
|
||||
| [login](login.md) | Register or log in to a Docker registry |
|
||||
| [logout](logout.md) | Log out from a Docker registry |
|
||||
| [login](login.md) | Log in to a registry |
|
||||
| [logout](logout.md) | Log out from a registry |
|
||||
| [pull](pull.md) | Download an image from a registry |
|
||||
| [push](push.md) | Upload an image to a registry |
|
||||
| [search](search.md) | Search Docker Hub for images |
|
||||
|
@ -9,7 +9,7 @@ keywords: "registry, login, image"
|
||||
```markdown
|
||||
Usage: docker login [OPTIONS] [SERVER]
|
||||
|
||||
Log in to a Docker registry.
|
||||
Log in to a registry.
|
||||
If no server is specified, the default is defined by the daemon.
|
||||
|
||||
Options:
|
||||
|
@ -9,7 +9,7 @@ keywords: "logout, docker, registry"
|
||||
```markdown
|
||||
Usage: docker logout [SERVER]
|
||||
|
||||
Log out from a Docker registry.
|
||||
Log out from a registry.
|
||||
If no server is specified, the default is defined by the daemon.
|
||||
|
||||
Options:
|
||||
|
@ -98,7 +98,7 @@ Options:
|
||||
|
||||
### Working with insecure registries
|
||||
|
||||
The manifest command interacts solely with a Docker registry. Because of this,
|
||||
The manifest command interacts solely with a registry. Because of this,
|
||||
it has no way to query the engine for the list of allowed insecure registries.
|
||||
To allow the CLI to interact with an insecure registry, some `docker manifest`
|
||||
commands have an `--insecure` flag. For each transaction, such as a `create`,
|
||||
|
Reference in New Issue
Block a user