1. 27 Aug, 2015 12 commits
  2. 14 Aug, 2015 4 commits
  3. 13 Aug, 2015 17 commits
  4. 08 Aug, 2015 4 commits
  5. 07 Aug, 2015 2 commits
    • Refactor lxc-snapshot · 5d5da49b
      Christian Brauner authored
      - lxc_snapshot.c lacked necessary members in the associated lxc_arguments struct
        in arguments.h. This commit extends the lxc_arguments struct to include
        several parameters used by lxc-snapshot which allows a rewrite that is more
        consistent with the rest of the lxc-* executables.
      - All tests have been moved beyond the call to lxc_log_init() to allow for the
        messages to be printed or saved.
      - Some small changes to the my_args struct. (The enum task is set to
        SNAP (for snapshot) per default and variables illustrating the usage of the
        command line flags are written in all caps.)
      - arguments.h has been extended to accommodate a rewrite of lxc-clone
      Signed-off-by: 's avatarChristian Brauner <christianvanbrauner@gmail.com>
    • Bind mount at different location · 710035fd
      Christiaan Baartse authored
      Binding a directory at a different location in a ephemeral container is
      currently not possible. Using a regular container it however is possible.
      Signed-off-by: 's avatarChristiaan Baartse <anotherhero@gmail.com>
  6. 05 Aug, 2015 1 commit