docker-manifest-create - Man Page

Create a local manifest list for annotating and pushing to a registry

Synopsis

docker manifest create MANIFEST_LIST MANIFEST [MANIFEST...]

Description

Create a local manifest list for annotating and pushing to a registry

Options

-a,  --amend[=false]

Amend an existing manifest list

-h,  --help[=false]

help for create

--insecure[=false]

Allow communication with an insecure registry

See Also

docker-manifest(1)

Referenced By

docker-manifest(1).

May 2020 Docker Community