1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

tweak description of "docker push" and "docker pull" commands

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-03-30 00:11:09 +02:00
parent 6e6652b702
commit b7b923db41
8 changed files with 12 additions and 12 deletions

View File

@ -23,8 +23,8 @@ Commands:
load Load an image from a tar archive or STDIN
ls List images
prune Remove unused images
pull Pull an image or a repository from a registry
push Push an image or a repository to a registry
pull Download an image from a registry
push Upload an image to a registry
rm Remove one or more images
save Save one or more images to a tar archive (streamed to STDOUT by default)
tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE

View File

@ -78,8 +78,8 @@ read the [`dockerd`](dockerd.md) reference page.
|:--------------------|:------------------------------------------------------------------------|
| [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 |
| [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 |
### Network and connectivity commands

View File

@ -9,7 +9,7 @@ keywords: "pull, image, hub, docker"
```markdown
Usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Pull an image or a repository from a registry
Download an image from a registry
Options:
-a, --all-tags Download all tagged images in the repository

View File

@ -9,7 +9,7 @@ keywords: "share, push, image"
```markdown
Usage: docker push [OPTIONS] NAME[:TAG]
Push an image or a repository to a registry
Upload an image to a registry
Options:
-a, --all-tags Push all tags of an image to the repository