I should have been more specific, I tested with:
`rm -rf node_modules && docker run --rm -ti -v $PWD:/app node:20.19.0-alpine3.20 sh -c "cd /app && time npm i"`
So an overlay FS (if I'm understanding you/the OP correctly), not the VM's disk
I should have been more specific, I tested with:
`rm -rf node_modules && docker run --rm -ti -v $PWD:/app node:20.19.0-alpine3.20 sh -c "cd /app && time npm i"`
So an overlay FS (if I'm understanding you/the OP correctly), not the VM's disk