1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 22:16:09 -04:00
nixpkgs/nixos/modules/virtualisation
aszlig d394d095ab
containers: Don't descend into mounts on destroy.
This tells the sad tale of @the-kenny who had bind-mounted his home
directory into a container. After doing `nixos-container destroy` he
discovered that his home directory went from "full of precious data" to
"no more data".

We want to avoid having similar sad tales in the future, so this now also
check this in the containers VM test.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 18:12:35 +02:00
..
amazon-config.nix
amazon-image.nix
azure-config.nix Initial configuration + image generation script for Micro$oft Azure. Work in progress for #3986. 2014-09-06 21:37:46 +02:00
azure-image.nix Azure: Fix authorized_keys 2014-09-06 22:54:15 +02:00
container-config.nix Containers: Use nsenter to execute commands in containers 2014-08-28 02:20:23 +02:00
containers.nix containers: Remove check for var/lib/startup-done. 2014-09-11 18:12:35 +02:00
docker-image.nix nixos: virtualisation, add basic docker nixos image 2014-08-25 12:00:14 +02:00
docker.nix nixos: docker, create docker group 2014-09-03 21:23:30 +02:00
ec2-data.nix
google-compute-config.nix
google-compute-image.nix
libvirtd.nix Ensure libvirtd is started after vswitch and add ability to configure how libvirtd guests are shutdown 2014-09-02 01:48:50 +04:00
nixos-container.pl containers: Don't descend into mounts on destroy. 2014-09-11 18:12:35 +02:00
nova-config.nix
nova-image.nix
nova.nix
openvswitch.nix formatting/retab 2014-09-02 01:48:50 +04:00
qemu-opts
qemu-vm.nix Fix initrd after recent busybox upgrades 2014-09-05 18:42:53 +02:00
virtualbox-guest.nix
virtualbox-image.nix
xen-dom0.nix
xen-domU.nix