Any combination of binaries, libraries, configuration files, scripts, virtualenvs, jars, gems, tarballs, you name it. No more juggling between domain-specific tools. Docker can deploy and run them all.
Docker can run on any x64 machine with a modern linux kernel - whether it's a laptop, a bare metal server or a VM. This makes it perfect for multi-cloud deployments.
Docker isolates processes from each other and from the underlying host, using lightweight containers.
Because each container is isolated in its own filesystem, they behave the same regardless of where, when, and alongside what they run.
Under the hood, Docker is built on the following components:
Docker is an open-source implementation of the deployment engine which powers dotCloud, a popular Platform-as-a-Service.
It benefits directly from the experience accumulated over several years of large-scale operation and support of hundreds of thousands of applications and databases.