mirror of https://github.com/docker/cli.git
search: change "the Docker Hub" to just "Docker Hub"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f00c06f6c6
commit
2dc178c802
|
@ -26,7 +26,7 @@ func NewSearchCommand(dockerCli command.Cli) *cobra.Command {
|
||||||
|
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "search [OPTIONS] TERM",
|
Use: "search [OPTIONS] TERM",
|
||||||
Short: "Search the Docker Hub for images",
|
Short: "Search Docker Hub for images",
|
||||||
Args: cli.ExactArgs(1),
|
Args: cli.ExactArgs(1),
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
options.term = args[0]
|
options.term = args[0]
|
||||||
|
|
|
@ -75,12 +75,12 @@ read the [`dockerd`](dockerd.md) reference page.
|
||||||
### Hub and registry commands
|
### Hub and registry commands
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|:--------------------|:-----------------------------------------------------------------------|
|
|:--------------------|:------------------------------------------------------------------------|
|
||||||
| [login](login.md) | Register or log in to a Docker registry |
|
| [login](login.md) | Register or log in to a Docker registry |
|
||||||
| [logout](logout.md) | Log out from 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 |
|
| [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 |
|
| [push](push.md) | Push an image or a repository to a Docker registry |
|
||||||
| [search](search.md) | Search the Docker Hub for images |
|
| [search](search.md) | Search Docker Hub for images |
|
||||||
|
|
||||||
### Network and connectivity commands
|
### Network and connectivity commands
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ keywords: "search, hub, images"
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker search [OPTIONS] TERM
|
Usage: docker search [OPTIONS] TERM
|
||||||
|
|
||||||
Search the Docker Hub for images
|
Search Docker Hub for images
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-f, --filter value Filter output based on conditions provided (default [])
|
-f, --filter value Filter output based on conditions provided (default [])
|
||||||
|
|
Loading…
Reference in New Issue