Multi-Architecture Container Images: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
=Internal=
=Internal=
* [[Docker_Concepts#Multi-Architecture_Container_Image|Docker Concepts]]
* [[Docker_Concepts#Multi-Architecture_Container_Image|Docker Concepts]]
=Overview=
A Docker image is represented by a manifest, which is JSON-encoded content representing the image's layers, the corresponding size, the hash of the image, etc. For more details, see: {{Internal|Docker_Concepts#Image|Docker_Concepts | Image}}

Revision as of 01:55, 13 June 2023

External

Internal

Overview

A Docker image is represented by a manifest, which is JSON-encoded content representing the image's layers, the corresponding size, the hash of the image, etc. For more details, see:

Docker_Concepts | Image