Essential Interview Topics on Containers and Virtualization
Container Technology File Isolation: chroot Access Isolation: namespaces Resource Isolation: cgroups LXC: Linux Containers What is a Container A completely new way of packaging and deploying software. It encapsulates the application and its dependencies (including code, runtime, system tools, system libraries, etc.) Differences Between Docker and VM Docker is an application layer abstraction, where containers … Read more