Skip to content

How to share files between tart and host? #326

Answered by fkorotkov
onbar asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @onbar,

There are couple of options:

Mount folders on Ventrura

If you have both Ventura host and a Ventura guest, then you can natively mount folder like that:

tart run --dir work:$PWD ventura-base

Then inside the VM you directory will be mounted into /Volumes/My Shared Files/work

Using Cirrus CLI

In case you want to use it for Monterey and have an ability to also script some things you can check Cirrus CLI integration. As mentioned in ReadMe you can install Cirrus CLI and just run cirrus run which will copy over the current working directory into a running VM and will even execute scripts there. You can even retrieve files from the VM.

Using scp

Finally, you can just use scp from com…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@onbar
Comment options

Answer selected by fkorotkov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants