Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating system–level virtualization on Linux.
|-- aufs |-- containers |-- execdriver |-- graph |-- init |-- vfs `-- volumes
ITEM | DESCRIPTION |
Main Developer | Docker, Inc. |
License | Apache 2.0 |
OS | Linux |
Written In | Go |
Official Site | http://www.docker.com/ |
S.Yatsuzuka