1.5 – Describe instant clone architecture and use cases

Instant clone uses a copy-on-write architecture similar to that of containers, which means that an app running in a child VM tries to change a shared OS file, a copy of the shared file is created and stored in the child VM.  All modifications inside the VM are isolated within the VM itself.  Master VM: […]