# Glossary This page contains distribution related terms. For a complete Docker glossary, see the [glossary in the full documentation set](http://docs.docker.com/reference/glossary/).
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 service which serves 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.
Namespace
A namespace is a collection of repositories with a common name prefix. The namespace with an empty common prefix is considered the Global Namespace.
Scope
A common repository name prefix.