Underlying Principles of Docker
The core problem that Docker solves is application packaging. Containers themselves have no value; the value lies in container orchestration. Underlying Principles of Docker The underlying principles of Docker utilize Linux’s Cgroups and Namespace technologies. Cgroups are the primary means of creating constraints, while Namespace technology is the main method for modifying process views (isolation). … Read more