This document summarizes how to use Docker and orchestrate containers using Docker Compose and Docker Swarm. It begins with setting up a private Docker registry to store images. It then demonstrates building a WordPress site using Docker Compose, with linked MySQL and PHP containers. The images are committed and pushed to the private registry. Finally, it discusses running the composed WordPress application using images from the private registry.