From Fedora Project Wiki

m (Just adding the dnf command for people to copy-paste)
Line 12: Line 12:
== Installing LXC on Fedora 22 ==
== Installing LXC on Fedora 22 ==


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

Revision as of 16:21, 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

Installing LXC on Fedora 22

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