From Fedora Project Wiki

Line 8: Line 8:
== Installing LXC on Fedora 21 ==
== Installing LXC on Fedora 21 ==


     $ sudo yum install lxc lxc-templates lxc-extra
     $ sudo yum install lxc lxc-templates lxc-extra debootstrap


== Installing LXC on Fedora 22 ==
== Installing LXC on Fedora 22 ==


     $ sudo dnf install lxc lxc-templates lxc-extra debootstrap
     $ sudo dnf install lxc lxc-templates lxc-extra debootstrap

Revision as of 16:22, 27 July 2015

LXC (Linux Containers) is an operating system–level virtualization method for running multiple isolated Linux systems (containers) on a single control host.

Official project website: https://linuxcontainers.org


Getting started

Installing LXC on Fedora 21

   $ sudo yum install lxc lxc-templates lxc-extra debootstrap

Installing LXC on Fedora 22

   $ sudo dnf install lxc lxc-templates lxc-extra debootstrap