From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- ...engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devdocs/docker/engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html (limited to 'devdocs/docker/engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html') diff --git a/devdocs/docker/engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html b/devdocs/docker/engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html new file mode 100644 index 00000000..7a0e18ca --- /dev/null +++ b/devdocs/docker/engine%2Freference%2Fcommandline%2Fimage_push%2Findex.html @@ -0,0 +1,11 @@ +

docker image push


Push an image or a repository to a registry

Usage

$ docker image push [OPTIONS] NAME[:TAG]
+

Options

Name, shorthand Default Description
+--all-tags , -a + Push all tagged images in the repository
--disable-content-trust true Skip image signing
+--quiet , -q + Suppress verbose output

Parent command

Command Description
docker image Manage images
Command Description
docker image build Build an image from a Dockerfile
docker image history Show the history of an image
docker image import Import the contents from a tarball to create a filesystem image
docker image inspect Display detailed information on one or more images
docker image load Load an image from a tar archive or STDIN
docker image ls List images
docker image prune Remove unused images
docker image pull Pull an image or a repository from a registry
docker image push Push an image or a repository to a registry
docker image rm Remove one or more images
docker image save Save one or more images to a tar archive (streamed to STDOUT by default)
docker image tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
+

+ © 2019 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
+ https://docs.docker.com/engine/reference/commandline/image_push/ +

+
-- cgit v1.2.3