Getting Started with Docker - Servers for Hackers - 0 views
-
Docker is an isolated portion of the host computer, sharing the host kernel (OS) and even its bin/libraries if appropriate.
-
the Docker Container contains the parts that make Ubuntu different from CoreOS.
-
A Docker container only stays alive as long as there is an active process being run in it.
- ...10 more annotations...