“... an open platform for developers
and sysadmins to build, ship, and run
distributed applications.”
http://docker.com/whatisdocker
Docker:
Slide 5
Slide 5 text
Images
A stateless, read-only collection of “layers”
joined together via a union filesystem.
Containers
A stateful instance of an image in which one
or more processes are running or have exited
Docker: Concepts
Slide 6
Slide 6 text
Docker: Components
Docker Engine
A portable, lightweight system level daemon
that manages images and containers
Docker Hub
A web service for distributing images and
enabling automated workflows