From 7fec41b2cb9b53de55c0d3b9a4257317e22a33a2 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 18 May 2022 11:01:13 -0400 Subject: [PATCH] Document VM location on disk (#87) Fixes #68 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 651bd9f..82b5da7 100644 --- a/README.md +++ b/README.md @@ -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). +
+ VM location on disk + + 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/`. +
+
Nested virtualization support?