5 ms·
My experience: it’s fine when using docker to run applications; painfully slow for a containerized development environments that want to share the file system w
by geethree 4y ago
My experience: it’s fine when using docker to run applications; painfully slow for a containerized development environments that want to share the file system with the host.
Lots to do to combat this, like: not sharing the volume with the host (vscode dev containers recommends this)