vagrant-lxc-ng/lib/vagrant-lxc
Virgil Dupras 1c27047f4b Remove tmpfs mount on /tmp and bring back /tmp cleanup on halt
fixes #406 because the `tmpfs` mount isn't needed anymore.

Careful considerations had to be taken because #68 mentions host-side
data loss when cleaning up `/tmp`. We mitigate this by ensuring that all
mounts under `/tmp` are unmounted before we proceed with our `rm -rf`
operation.

More context about this issue can be found in #360.
2018-01-13 23:00:46 -05:00
..
action Remove tmpfs mount on /tmp and bring back /tmp cleanup on halt 2018-01-13 23:00:46 -05:00
command Refactoring: make SudoWrapper a bit more self-contained 2018-01-13 08:32:27 -05:00
driver create: with LXC 2.1+ run lxc-update-config on new boxes 2018-01-13 21:03:34 -05:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb Remove tmpfs mount on /tmp and bring back /tmp cleanup on halt 2018-01-13 23:00:46 -05:00
config.rb Refactoring: make SudoWrapper a bit more self-contained 2018-01-13 08:32:27 -05:00
driver.rb create: with LXC 2.1+ run lxc-update-config on new boxes 2018-01-13 21:03:34 -05:00
errors.rb Use lxc-info instead of lxc-attach to retrieve container IP 2018-01-13 15:53:28 -05:00
plugin.rb Make code similar to other providers 2016-10-20 13:39:33 +03:00
provider.rb Refactoring: make SudoWrapper a bit more self-contained 2018-01-13 08:32:27 -05:00
sudo_wrapper.rb Refactoring: make SudoWrapper a bit more self-contained 2018-01-13 08:32:27 -05:00
synced_folder.rb synced_folder: Emit vagrant-mounted upstart event when starting containers 2014-09-22 23:44:01 -03:00
version.rb Change version to 1.3.0-dev 2018-01-13 15:30:39 -05:00