
Description
Environments differ across machines, and deployment breaks. Docker solves it with containers: OS-level virtualization that packages apps and dependencies into images, build once and run anywhere, keeping dev, test and prod consistent, the infrastructure of modern software delivery.
Containerization: OS-level virtualization to package apps.
Consistent environments: Package apps and dependencies as images.
Build once: Build once, run anywhere.
Rich ecosystem: A huge image and tool ecosystem.
Features
Containerization: OS-level virtualization to package apps.
Consistent environments: Package apps and dependencies as images.
Build once: Build once, run anywhere.
Rich ecosystem: A huge image and tool ecosystem.
