This document discusses containers and their use in PaaS environments like Pivotal Cloud Foundry. It provides an overview of different container technologies like Warden, Docker, and Garden. Warden was Cloud Foundry's original container runtime but Garden, a container manager written in Go, now powers Diego, Cloud Foundry's new execution engine. Docker containers can also run on Cloud Foundry. The document emphasizes that containers alone are not enough for production environments and that a PaaS like Cloud Foundry provides orchestration, management, and other capabilities needed for enterprise apps.