Docker Glossary

Distribution Hash

A hash generated after zipping up for pull/push. This hash will be different from the content hash.

Content Hash

The hash generated for the unzipped docker image before compression for pull/push

Build Context

The directory containing the Dockerfile that describes the application and how to build the image.