1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages/osx/tart.md
Emily Grace Seville d70f57f592
osx/*.md: make placeholders more compatible with CLIP ones (#9863)
* Make placeholders more compatible with CLIP ones:
- https://github.com/command-line-interface-pages/prototypes/pull/32

* Update pages/osx/xsltproc.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/osx/dd.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 15:05:58 +08:00

777 B

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 {{640}}x{{400}}