This document discusses using Chef to manage Docker containers. It begins with introducing the speaker and their background in DevOps. It then provides an overview of Docker and how it compares to virtual machines. The rest of the document discusses how Chef can be used to build Docker images, manage Docker containers running on nodes, and provide a simple continuous delivery pipeline for Docker applications using Chef and tools like Jenkins. It also discusses challenges like managing configuration and credentials in containers and provides an example of using the docker Chef cookbook to build, push, and run Docker containers in different environments.