Skip to content

Commit

Permalink
search: change "the Docker Hub" to just "Docker Hub"
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Mar 30, 2022
1 parent f00c06f commit 2dc178c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/command/registry/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
14 changes: 7 additions & 7 deletions docs/reference/commandline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commandline/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [])
Expand Down

0 comments on commit 2dc178c

Please sign in to comment.