Carl Su presented on orchestrating distributed apps with Docker. He discussed Docker Machine for provisioning Docker hosts, Docker Swarm for clustering Docker hosts into an orchestration system, and Docker Compose for defining and running multi-container apps. He covered drivers for Docker Machine on platforms like VirtualBox, DigitalOcean, Azure, and EC2. He also explained nodes setup, discovery methods, and advanced scheduling features for Docker Swarm.