Skip to content

Commit

Permalink
docs: update README for Rosetta 2 emulation (abiosoft#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhermida authored Jan 4, 2023
1 parent ed49fef commit c8286dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ Or by editing the config file with `colima start --edit`.
colima start --cpu 4 --memory 8
```

- create VM with Rosetta 2 emulation (for MacOS Ventura)

```
colima start --arch aarch64 --vm-type=vz --vz-rosetta
```

## Project Goal

To provide container runtimes on macOS with minimal setup.
Expand Down

0 comments on commit c8286dd

Please sign in to comment.