For those unfamiliar, Docker containers are virtual linux containers that wrap up a piece of software as isolated and self-contained systems that include code, runtime, tools, libraries and file storage. They are lighter weight than a virtual machine, allowing for more density in packing hundreds of containers and maximizing the CPUs available.
The service provides support for Docker containers on demand as well as support for container orchestration tools such as Apache Mesos or Docker Swarm.