Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

v1.0.0.alpha.3

Compare
Choose a tag to compare
@fgrehm fgrehm released this 09 Aug 19:41
· 185 commits to master since this release

IMPROVEMENTS:

  • Remove lxc-shutdown usage in favor of Vagrant's built in graceful halt
  • Add fallback mechanism for platforms without lxc-attach support [GH-294]

BUG FIXES:

  • Figure out the real executable paths for whitelisted commands on the sudo
    wrapper script instead of hardcoding Ubuntu paths [GH-304] / [GH-305]
  • Attach to containers using the MOUNT namespace when attempting to fetch
    container's IP [GH-300]
  • Escape space characters for synced folders [GH-291]
  • Use Vagrant's ruby on the sudoers file so that it works on systems that don't
    have a global ruby installation [GH-289]