Resource management for containers is a huge requirement for production users. Being able to run multiple containers on a single host and ensure that one container does not starve the others in terms of cpu, memory, io, or networking in an efficient way is why I like...
Michael Crosby
Docker containerd integration
In an effort to make Docker Engine smaller, better, faster, stronger, we looked for components of the current engine that we can break out into separate projects and improve along the way. One of those components is the Docker runtime for managing containers....
Containerd: a daemon to control runC
As we build out Docker’s infrastructure plumbing, we are committed to releasing these plumbing components as open source to help the community. Today we’re releasing a new daemon to control runC called: containerd. It's built for performance and...
Docker 0.6.5: name your containers, link them together, selectively publish ports, and more
Today we're happy to announce Docker 0.6.5. Don't be fooled by the version number: this is a significant release! Think of it as a preparation for 0.7, which will be even more significant. In addition to numerous bug fixes, this release introduces container naming,...