mirror of
https://github.com/trycua/computer.git
synced 2026-04-24 23:50:15 -05:00
Use callouts for notes
This commit is contained in:
@@ -20,7 +20,9 @@ Access the VM in your browser at [http://localhost:8006](http://localhost:8006).
|
||||
|
||||
After running the command above, you can access your macOS VM through a web browser (e.g., http://localhost:8006).
|
||||
|
||||
> **Note:** With the basic setup above, your VM will be reset when you stop the container (ephemeral mode). This means any changes you make inside the macOS VM will be lost. See the section below for how to save your VM state.
|
||||
<Callout title="Note">
|
||||
With the basic setup above, your VM will be reset when you stop the container (ephemeral mode). This means any changes you make inside the macOS VM will be lost. See the section below for how to save your VM state.
|
||||
</Callout>
|
||||
|
||||
## Saving Your VM State
|
||||
|
||||
|
||||
@@ -14,7 +14,9 @@ github:
|
||||
|
||||
## How It Works
|
||||
|
||||
> **Note:** We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Apple Vz) through the `lume` CLI to create true virtual machines.
|
||||
<Callout title="Note">
|
||||
We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Apple Vz) through the `lume` CLI to create true virtual machines.
|
||||
</Callout>
|
||||
|
||||
Here's what's happening behind the scenes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user