vagrant-lxc-ng/lib/vagrant-lxc/action
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
..
boot.rb Remove tmpfs mount on /tmp and bring back /tmp cleanup on halt 2018-01-13 23:00:46 -05:00
clear_forwarded_ports.rb action/clear_forwarded_ports: Fix privileged port detection and simplify code [GH-259] 2014-05-03 23:28:59 -03:00
compress_rootfs.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
create.rb create: with LXC 2.1+ run lxc-update-config on new boxes 2018-01-13 21:03:34 -05:00
destroy.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
destroy_confirm.rb Add our own DestroyConfirm action 2013-04-18 03:11:36 -03:00
fetch_ip_with_lxc_info.rb Use lxc-info instead of lxc-attach to retrieve container IP 2018-01-13 15:53:28 -05:00
forced_halt.rb Stop container with lxc-stop if lxc-shutdown does not succeed 2013-05-07 11:07:35 -03:00
forward_ports.rb forward_ports: bind to localhost only by default 2015-07-19 12:29:27 -03:00
gc_private_network_bridges.rb Do not remove system bridge virbr0 2015-08-25 15:12:32 +02:00
handle_box_metadata.rb core: Make lxc-template optional [GH-254] 2014-03-14 00:32:03 -03:00
prepare_nfs_settings.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
prepare_nfs_valid_ids.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
private_networks.rb support containers with dhcp private networking 2015-03-08 19:58:29 -07:00
remove_temporary_files.rb Remove tmpfs mount on /tmp and bring back /tmp cleanup on halt 2018-01-13 23:00:46 -05:00
setup_package_files.rb package: Nicely handle optional lxc-template on base boxes when packaging 2014-03-21 19:30:28 -03:00
warn_networks.rb Begin work on supporting private networks 2014-06-09 00:48:52 -03:00