From Fedora Project Wiki

m (Just adding the dnf command for people to copy-paste)
Line 9: Line 9:


     $ sudo yum install lxc lxc-templates lxc-extra
     $ sudo yum install lxc lxc-templates lxc-extra
== Installing LXC on Fedora 22 ==
    $ sudo dnf install lxc lxc-templates lxc-extra

Revision as of 07:34, 21 June 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

Installing LXC on Fedora 22

   $ sudo dnf install lxc lxc-templates lxc-extra