Create a local manifest list from multiple platform images.
Section: Registries and Manifests
Create manifest list
bash
bash
docker manifest create ghcr.io/acme/myapp:1.0.0 ghcr.io/acme/myapp:1.0.0-amd64 ghcr.io/acme/myapp:1.0.0-arm64Explanation
Part of a multi-architecture publishing workflow.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Registries and Manifests