mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
12 lines
285 B
YAML
12 lines
285 B
YAML
command: docker push
|
|
short: Push an image or a repository to a registry
|
|
long: |
|
|
Alias for `docker image push`.
|
|
usage: docker push [OPTIONS] NAME[:TAG]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: disable-content-trust
|
|
default_value: "true"
|
|
description: Skip image signing
|