Skip to content

Commit

Permalink
Document VM location on disk
Browse files Browse the repository at this point in the history
Fixes #68
  • Loading branch information
fkorotkov committed May 18, 2022
1 parent ea4fb9a commit f63184d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ tart pull acme.io/remoteorg/name:latest my-local-vm-name
disk size for new virtual machines. Here is an example of [how to change disk size in a Packer template](https://github.com/cirruslabs/macos-image-templates/blob/fb0bcf68e0b093129136875c050205a66729b596/templates/base.pkr.hcl#L15).
</details>

<details>
<summary>VM location on disk</summary>

Tart stores all it's files in `~/.tart` directory. Local images that you can run are stored in `~/.tart/vms`.
Remote images are pulled into `~/.tart/vms/cache/OCIs/`.
</details>

<details>
<summary>Nested virtualization support?</summary>

Expand Down

0 comments on commit f63184d

Please sign in to comment.