mirror of https://github.com/docker/docs.git
12 lines
319 B
YAML
12 lines
319 B
YAML
command: docker image push
|
|
short: Push an image or a repository to a registry
|
|
long: Push an image or a repository to a registry
|
|
usage: docker image push [OPTIONS] NAME[:TAG]
|
|
pname: docker image
|
|
plink: docker_image.yaml
|
|
options:
|
|
- option: disable-content-trust
|
|
default_value: "true"
|
|
description: Skip image signing
|
|
|