# Glossary
**TODO(stevvooe):** Define and describe distribution related terms. Ideally,
we reference back to the actual documentation and specifications where
appropriate.
**TODO(stevvooe):** The following list is a start but woefully incomplete.
- Blob
-
The primary unit of registry storage. A string of bytes identified by
content-address, known as a _digest_.
- Image
- An image is a collection of content from which a docker container can be created.
- Layer
-
A tar file representing the partial content of a filesystem. Several
layers can be "stacked" to make up the root filesystem.
- Manifest
- Describes a collection layers that make up an image.
- Registry
- A registry is a collection of repositories.
- Repository
-
A repository is a collection of docker images, made up of manifests, tags
and layers. The base unit of these components are blobs.
- Tag
- Tag provides a common name to an image.