1. 18 Jan, 2010 2 commits
  2. 14 Jan, 2010 5 commits
  3. 13 Jan, 2010 8 commits
  4. 08 Jan, 2010 9 commits
  5. 05 Jan, 2010 1 commit
  6. 28 Dec, 2009 1 commit
    • add macvlan vepa and bridge mode · e892973e
      Daniel Lezcano authored
      The future kernel 2.6.33 will incorporate the macvlan bridge
      mode where all the macvlan will be able to communicate if they are
      using the same physical interface. This is an interesting feature
      to have containers to communicate together. If we are outside of the
      container, we have to setup a macvlan on the same physical interface than
      the containers and use it to communicate with them.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  7. 27 Dec, 2009 4 commits
    • busybox template · eb960fea
      Daniel Lezcano authored
      This script builds a busybox rootfs and provides the associated
      configuration to run the busybox.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • adapt lxc-sshd to be a template · 418c73ad
      Daniel Lezcano authored
      Cleanup the script, simplify it and pass the arguments to this
      script to be callable by lxc-create template logic.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • add template option for lxc-create · 1b6d8e71
      Daniel Lezcano authored
      The lxc-create command is now able to call a sub script to install
      a mini template.
      Right now, debian is supported.
      
      The rootfs is stored automatically in <lxcpath>/<name>/rootfs
      So the rootfs is a subdirectory of the container configuration directory.
      
      When lxc-destroy is called, the rootfs is deleted with the container
      configuration.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • cleanup lxc-debian script · fb7460fe
      Daniel Lezcano authored
      The lxc-debian is epurated and consolidated with a better
      error handling.
      
      This script is no longer interactive but it installs in a specified
      place the debian rootfs.
      
      This script is not supposed to be called directly so it will fall in
      libexec path very soon. This script is called by lxc-create
      as a template with the right option and the right place.
      
      The debian network configuration is by dhcp.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  8. 18 Dec, 2009 1 commit
  9. 15 Dec, 2009 3 commits
  10. 26 Nov, 2009 6 commits