Why is not possible to use dd to write some junk file with zeros within an lxc container?
For instance, if I do:
it doesn't work. After a few seconds it says 'killed' and that's that. What is the explanation for this?
For instance, if I do:
Code:
dd if=/dev/zero of=/some_file bs=1G