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.
- ...10 more annotations...
-
Docker allows us make changes to an image, commit those changes, and then push those changes out somehwere.