search: change "the Docker Hub" to just "Docker Hub"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-03-29 11:24:51 +02:00
parent f00c06f6c6
commit 2dc178c802
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ func NewSearchCommand(dockerCli command.Cli) *cobra.Command {
cmd := &cobra.Command{
Use: "search [OPTIONS] TERM",
Short: "Search the Docker Hub for images",
Short: "Search Docker Hub for images",
Args: cli.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
options.term = args[0]

View File

@ -74,13 +74,13 @@ read the [`dockerd`](dockerd.md) reference page.
### Hub and registry commands
| Command | Description |
|:--------------------|:-----------------------------------------------------------------------|
| [login](login.md) | Register or log in to a Docker registry |
| [logout](logout.md) | Log out from a Docker registry |
| [pull](pull.md) | Pull an image or a repository from a Docker registry |
| [push](push.md) | Push an image or a repository to a Docker registry |
| [search](search.md) | Search the Docker Hub for images |
| Command | Description |
|:--------------------|:------------------------------------------------------------------------|
| [login](login.md) | Register or log in to a Docker registry |
| [logout](logout.md) | Log out from a Docker registry |
| [pull](pull.md) | Pull an image or a repository from a Docker registry |
| [push](push.md) | Push an image or a repository to a Docker registry |
| [search](search.md) | Search Docker Hub for images |
### Network and connectivity commands

View File

@ -9,7 +9,7 @@ keywords: "search, hub, images"
```markdown
Usage: docker search [OPTIONS] TERM
Search the Docker Hub for images
Search Docker Hub for images
Options:
-f, --filter value Filter output based on conditions provided (default [])