From Fedora Project Wiki
Rcheleguini (talk | contribs) |
Rcheleguini (talk | contribs) |
||
Line 8: | Line 8: | ||
== Installation == | == Installation == | ||
$ sudo dnf install lxc lxc-templates lxc-extra debootstrap libvirt | |||
$ sudo dnf install lxc lxc-templates lxc-extra debootstrap | |||
The 'debootstrap' is necessary in order to build Debian-based containers. | The 'debootstrap' is necessary in order to build Debian-based containers. | ||
<br>The libvirt will provide basic networking management, such us bridge, NAT and DHCP. |
Revision as of 19:38, 24 August 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
Installation
$ sudo dnf install lxc lxc-templates lxc-extra debootstrap libvirt
The 'debootstrap' is necessary in order to build Debian-based containers.
The libvirt will provide basic networking management, such us bridge, NAT and DHCP.