This document introduces Docker, including how to install, use, build containers, and terminate containers. It defines important Docker terms like images, registries, and containers. It explains that Docker is lightweight due to container virtualization and union file systems, portable as images can run anywhere and copy incremental files, and provides packaging by including all application requirements in an image.