- missing help option in `docs/reference/commandline/*.md` (some files
have it, the other I fixed didn't)
- missing `[OPTIONS]` in Usage description
- missing options
- formatting
- start/stop idempotence
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
Upstream-commit: cbd33a2b27
Component: cli
23 lines
516 B
Markdown
23 lines
516 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "push"
|
|
description = "The push command description and usage"
|
|
keywords = ["share, push, image"]
|
|
[menu.main]
|
|
parent = "smn_cli"
|
|
weight=1
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# push
|
|
|
|
Usage: docker push [OPTIONS] NAME[:TAG]
|
|
|
|
Push an image or a repository to the registry
|
|
|
|
--disable-content-trust=true Skip image signing
|
|
--help=false Print usage
|
|
|
|
Use `docker push` to share your images to the [Docker Hub](https://hub.docker.com)
|
|
registry or to a self-hosted one.
|