Changes between Version 56 and Version 57 of TipAndDoc/Linux/LXC


Ignore:
Timestamp:
Apr 23, 2016 4:40:15 PM (8 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/LXC

    v56 v57  
    7373 > 3.9 kernel での準備が出来たので,今回は少しだけユーザ名前空間を体験してみました. 
    7474 
    75  * mitty@precise:~$ lxc-create -t ubuntu -h 
    76 {{{ 
    77 usage: lxc-create -n <name> [-f configuration] [-t template] [-h] -- [template_options] 
    78 usage: lxc-create -n <name> [-f configuration] [-t template] [-h] [fsopts] -- [template_options] 
    79    fsopts: -B none 
    80    fsopts: -B lvm [--lvname lvname] [--vgname vgname] [--fstype fstype] [--fssize fssize] 
    81    fsopts: -B btrfs 
    82            flag is not necessary, if possible btrfs support will be used 
    83  
    84 creates a lxc system object. 
    85  
    86 Options: 
    87 name         : name of the container 
    88 configuration: lxc configuration 
    89 template     : lxc-template is an accessible template script 
    90  
    91 The container backing store can be altered using '-B'.  By default it 
    92 is 'none', which is a simple directory tree under /var/lib/lxc/<name>/rootfs 
    93 Otherwise, the following option values may be relevant: 
    94 lvname       : [for -lvm] name of lv in which to create lv, 
    95                 container-name by default 
    96 vgname       : [for -lvm] name of vg in which to create lv, 'lxc' by default 
    97 fstype       : name of filesystem to create, ext4 by default 
    98 fssize       : size of filesystem to create, 1G by default 
    99  
    100 template-specific help follows: (these options follow '--') 
    101 /usr/lib/lxc/templates/lxc-ubuntu -h|--help [-a|--arch] [-b|--bindhome <user>] [--trim] [-d|--debug] 
    102    [-F | --flush-cache] [-r|--release <release>] [ -S | --auth-key <keyfile>] 
    103 release: the ubuntu release (e.g. precise): defaults to host release on ubuntu, otherwise uses latest LTS 
    104 trim: make a minimal (faster, but not upgrade-safe) container 
    105 bindhome: bind <user>'s home into the container 
    106           The ubuntu user will not be created, and <user> will have 
    107           sudo access. 
    108 arch: the container architecture (e.g. amd64): defaults to host arch 
    109 auth-key: SSH Public key file to inject into container 
    110 }}} 
    111  
    112  * [https://www.stgraber.org/2013/12/20/lxc-1-0-blog-post-series/ LXC 1.0: Blog post series [0/10] | Stéphane Graber's website] 
    113   * [https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/ LXC 1.0: GUI in containers [9/10] | Stéphane Graber's website] 
     75 * [https://www.stgraber.org/2013/12/20/lxc-1-0-blog-post-series/ LXC 1.0: Blog post series (0/10) | Stéphane Graber's website] 
     76  * [https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/ LXC 1.0: GUI in containers (9/10) | Stéphane Graber's website] 
    11477 
    11578 * [http://unix.stackexchange.com/questions/102204/executing-a-command-inside-a-running-lxc linux - Executing a command inside a running LXC - Unix & Linux Stack Exchange]