Created
August 21, 2013 18:15
-
-
Save highvoltage/6297997 to your computer and use it in GitHub Desktop.
clug talk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simon Cross will provide an introduction to Docker. | |
Docker extends a common container format called Linux Containers, or LXC, with a high level API providing a lightweight virtualization solution that runs processes in isolation. Docker utilizes LXC, cgroups, and the Linux kernel itself. Unlike traditional virtual machines, a Docker container does not include a separate operating system, instead it relies on the operating system’s functionality provided by the underlying infrastructure. | |
(source: Wikipedia: http://en.wikipedia.org/wiki/Docker_(Linux_container_engine)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment