Just curious if this allow to sync file changes from host to vm which only Docker has that and no other VM alternative has that ability.
Just curious if this allow to sync file changes from host to vm which only Docker has that and no other VM alternative has that ability.
it has directory mounts - so access the same files: https://github.com/smol-machines/smolvm/blob/main/AGENTS.md?...
It also has file copy from host to inside the guest: https://github.com/smol-machines/smolvm/blob/70c97930dda5a92...