Remove page q
article thumbnail

A Brief Introduction to Linux Containers with LXC

Scott Lowe

Linux containers are getting a fair amount of attention these days (perhaps due to Docker , which leverages LXC on the back-end) as a lightweight alternative to full machine virtualization such as that provided by “traditional” hypervisors like KVM, Xen, or ESXi. By default it is /var/lib/lxc/ <container name> /rootfs.

Linux 96