1. 11 May, 2018 7 commits
  2. 10 May, 2018 11 commits
  3. 09 May, 2018 5 commits
  4. 08 May, 2018 1 commit
  5. 04 May, 2018 3 commits
  6. 03 May, 2018 1 commit
    • fix logic for execute log file · cd90db2c
      Tycho Andersen authored
      The problem here is that lxc-init runs *inside* the container. So if a
      person has the log file set to /home/$USER/foo, lxc-init ends up making a
      directory /home/$USER/foo inside the container to put the log file in. What
      we really want are the logs to be propagated from inside the container to
      the outside. We accomplish this by passing an fd without O_CLOEXEC, and
      telling lxc-init to log to that file.
      Signed-off-by: 's avatarTycho Andersen <tycho@tycho.ws>
  7. 30 Apr, 2018 2 commits
  8. 29 Apr, 2018 10 commits