The document discusses orchestrating docker containers at scale using docker swarm. It begins with an introduction to docker and containers versus VMs. It then covers clustering docker containers using swarm, including creating a swarm master, joining nodes, and using the docker remote API. Finally, it briefly demonstrates these concepts.