1. 26 Nov, 2008 4 commits
  2. 25 Nov, 2008 8 commits
  3. 24 Nov, 2008 1 commit
  4. 21 Nov, 2008 5 commits
  5. 20 Nov, 2008 4 commits
  6. 19 Nov, 2008 3 commits
  7. 18 Nov, 2008 4 commits
  8. 17 Nov, 2008 7 commits
  9. 14 Nov, 2008 3 commits
    • Change at compilation time the destruction of the network devices · b7c9b199
      dlezcano authored
      From: Daniel Lezcano <dlezcano@fr.ibm.com>
      
      The future kernel version will automatically autodestroy the network devices
      when the network namespace exits. This is not the case for the current version.
      In order to handle the both cases, I added a configuration option to disable
      the network destruction when the container exits:
      	--disable-network-destroy
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Fix cgroup configuration format · 6f4a3756
      dlezcano authored
      From: Daniel Lezcano <dlezcano@fr.ibm.com>
      
      This modification change the configuration format. Instead of creating
      a 'cgroup' directory with a file per controller, a single file is used
      to store the different value for the control groups. That allows to assign
      several values to the same controller like "devices.allow" and keep the same
      assignation order as defined in the configuration.
      
      In order to keep compatibility, when the old cgroup format is detected, it
      is automatically converted to the new format.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Default command is "/sbin/init" for lxc-start · b2b6c597
      dlezcano authored
      From: Daniel Lezcano <dlezcano@fr.ibm.com>
      
      When no command is specified is specified for lxc-start, the "/sbin/init"
      is automatically used.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  10. 13 Nov, 2008 1 commit