With the recent axios and litellm hacks, what's the best way to isolate your development environment from the rest of your machine? Docker? A lightweight VM?
>>108576585dockers pretty weak actually. personally I just do full full kvm dev environments. I have templates I can spin up quick and nuke after builds.
virt-manager
>>108576585a separate machine isolated from your network.Even kvm / virtualisation can be escaped with exploits.
>>108576585stop using package managers.
>>108576585docker is not a VM, it is a toy for containerization.