Skip to content

Docker's Underlying Technologies

Vishwas Parpattegar edited this page Oct 21, 2024 · 5 revisions

Underlying Technologies in Docker

Docker abstracts underlying infrastructure and provides users with a standardised way to package and deploy their software. Docker uses runC as its container runtime for secure, efficient and fast containerisation on Linux and Windows.

Features used by Docker

Linux Namespaces

Control Groups

OverlayFS

Further Reading

Clone this wiki locally