"VM" image snapshots #416
-
My understanding is that what OrbStack is calling a "VM" is not in fact a VM but is actually something like a Docker container? Is that correct? How are the virtual disk images for these "VMs" stored? Where? Can they be snapshotted? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
kdrag0n
Jul 4, 2023
Replies: 1 comment
-
OrbStack Machines are custom system containers with services built around them to work as much like heavyweight VMs as possible. All machines are stored in Snapshotting is planned but not currently supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdrag0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OrbStack Machines are custom system containers with services built around them to work as much like heavyweight VMs as possible. All machines are stored in
~/.orbstack/data
which you can change in Settings.Snapshotting is planned but not currently supported.