Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Instructions tested with Ubuntu 14.04.

Below image shows the key difference between traditional virtualization and containers,

Image Added

Why Use It?

In nutshell LXC is (blurb). If you are interested in Docker but not yet ready to give up your ssh console start here. Learning LXC, you'll also really understand how Docker works under the hoods.

Limitations

Kernel functionality list that cannot be used inside of a container,

  • Firewall
  • Mounting External File Systems

 

Install

Install LXC,

Code Block
languagebash
sudo apt-get install lxc

...