Difference between revisions of "Docker manifest --help"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
docker manifest --help
 +
 +
Usage:  docker manifest COMMAND
 +
 +
The **docker manifest** command has subcommands for managing [[image manifests]] and
 +
[[manifest lists]]. A manifest list allows you to use one name to refer to the same image
 +
built for multiple architectures.
 
<pre>
 
<pre>
docker manifest --help
 
 
Usage:  docker manifest COMMAND
 
 
The **docker manifest** command has subcommands for managing image manifests and
 
manifest lists. A manifest list allows you to use one name to refer to the same image
 
built for multiple architectures.
 
 
 
To see help for a subcommand, use:
 
To see help for a subcommand, use:
  
Line 34: Line 34:
  
 
== See also ==
 
== See also ==
 +
* {{docker manifest}}
 
* {{docker cmd}}
 
* {{docker cmd}}
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Latest revision as of 17:39, 5 June 2022

docker manifest --help 

Usage:  docker manifest COMMAND

The **docker manifest** command has subcommands for managing image manifests and
manifest lists. A manifest list allows you to use one name to refer to the same image
built for multiple architectures.
To see help for a subcommand, use:

    docker manifest CMD --help

For full details on using docker manifest lists, see the registry v2 specification.

EXPERIMENTAL:
  docker manifest is an experimental feature.
  Experimental features provide early access to product functionality. These
  features may change between releases without warning, or can be removed from a
  future release. Learn more about experimental features in our documentation:
  https://docs.docker.com/go/experimental/

Commands:
  annotate    Add additional information to a local image manifest
  create      Create a local manifest list for annotating and pushing to a registry
  inspect     Display an image manifest, or manifest list
  push        Push a manifest list to a repository
  rm          Delete one or more manifest lists from local storage

Run 'docker manifest COMMAND --help' for more information on a command.


See also[edit]

Advertising: