From charlesreid1

Revision as of 07:20, 22 March 2017 by Admin (talk | contribs) (Created page with "=Overview= ==What is Docker== Docker is a way of deploying apps on servers. It packages apps into side-by-side containers. These are similar in spirit to virtual machines, b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

What is Docker

Docker is a way of deploying apps on servers. It packages apps into side-by-side containers. These are similar in spirit to virtual machines, but different because containers are not (or, don't have to be) fully bundled operating systems. The container system makes sure everything runs the same everywhere.

It's like Homebrew or Aptitude for apps.