tart: add page (#9633)

* tart: add page

* Update pages/osx/tart.md


* Update pages/osx/tart.md
pull/1/head
marc-48k 2022-12-17 15:10:50 +00:00 committed by GitHub
parent 7c1c59c2c1
commit f5365b44fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
pages/osx/tart.md Normal file
View File

@ -0,0 +1,36 @@
# tart
> Build, run and manage macOS and Linux virtual machines (VMs) on Apple Silicon.
> More information: <https://github.com/cirruslabs/tart>.
- Pull a remote VM image:
`tart pull {{acme.io/org/name:tag}}`
- Clone a VM from a local or remote image source:
`tart clone {{source-vm}} {{vm-name}}`
- Create a new Mac VM from a specific ipsw file:
`tart create --from-ipsw={{latest|path/to/file.ipsw}} {{vm-name}}`
- Run an existing VM:
`tart run {{vm-name}}`
- Run an existing VM with a specific mounted directory:
`tart run --dir={{path/to/directory}}:{{/path/to/local_directory}} {{vm-name}}`
- List VMs:
`tart list`
- Get IP address of a running VM:
`tart ip {{vm-name}}`
- Change a VM's display resolution:
`tart set {{vm-name}} --display {{width}}x{{height}}`