Page tree

Versions Compared

Key

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

...

LXC is in between a VM and a pure application container. It will take up more resources than a pure container, but unlike a VM use as much memory as needed. It will provide a full kernel and OS (albeit it must be Linux). Unlike a VM, LXC container will have access to the resources and speed of the hardware without needing to emulate hardware. LXC is wrapped by Warden and the foundation for Cloud Foundry. Even if you are just interested in Docker or Cloud and not  

Some additional benefits,

...

  • their ssh console

...

  • . start here. Learning LXC, you'll also really understand how Cloud Foundry, Docker and generally Cloud concepts actually works.

...

  • Understand Cloud Foundry - LXC is wrapped by Warden and the foundation for Cloud Foundry

And for those who are debating Docker versus LXC, they are similar but do have distinguishing use cases

Panel

What about LXD? LXD is another higher level layer on top of LXC that is more orchestration friendly.

The key enablement for orchestration is remote API calls and higher level functions. LXD still uses LXC under the hoods. As of Oct 2016, LXD 2.0 is now available and hooking up with orchestration via Juju.

This tutorial was originally written before LXD was ready for production and evolved to be the precursor to the LXD tutorial.

...