Hacker News new | ask | show | jobs
by todotask2 59 days ago
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.
1 comments

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...