2011 -0800 Add command to set memory limit for LXC containers This allows users to set the memory limit on their containers via 'memory.limit_in_bytes'. Containers whose cgroup exceeds the supplied limit will be destroyed automatically.
Date: Mon Mar 3 16:34:20 2014 -0800 Add native execution driver to docker and make it the default Merge pull request #4327 from crosbymichael/ add-libcontainer
12:11:34 2011 -0800 warden: Remove lxc-tools dependency The work that needs to be done to create a namespaced process is so little that we can do it ourselves. Apart from removing a dependency, this also gives more freedom in configuring cgroups and better startup performance.
09:36:25 2014 -0700 support for creating containers from docker images on container creation, specify image:<repo name>. the image will be pulled down from the docker registry if not present, and mounted using Docker's own graph drivers. this does not include e.g. baked-in 'run' commands from a Dockerfile: just the resulting base image.