www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-manifest- Manage Docker image manifests and manifest lists

 

SYNOPSIS

docker manifest COMMAND

 

DESCRIPTION

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.

 

SEE ALSO

docker(1), docke-manifes-annotate(1), docke-manifes-create(1), docke-manifes-inspect(1), docke-manifes-push(1), docke-manifes-rm(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO