Closed jrandall closed 6 years ago
Unfortunately, I couldn't replicate the problem. The rm -rf
is ran as root
inside the container so there shouldn't be a problem removing files.
Discussed with Josh: the problem is that root squash is enabled on nfs (which is why I couldn't replicate the problem when I tested on Lusture).
For some reason the dev-container start script cannot remove the terraform working directories despite them easily being removed by
rm -rf
: