Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 575 Bytes

What-is-Docker?.md

File metadata and controls

4 lines (3 loc) · 575 Bytes

From the official Docker website:

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

More high-level information about Docker can be found on the Moby project README. Technical documentation can be found here.