lxc.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 03 Sep 2016 11:54:41 +0300
changeset 2022 2feba0bbefd0
child 2023 72b82c178018
permissions -rw-r--r--
Create new container in LXC.

.. -*- coding: utf-8; -*-

=====
 LXC
=====
.. contents::
   :local:

Create new container in LXC
===========================

``-t`` defines distro name, ``-n`` gives name for container for further
referencing, ``--`` allow pass options to template script, ``-r`` specifies
Debian release::

  $ sudo lxc-create -t debian -n debtest -- -r sid