mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
docs: Version list (#19)
This commit is contained in:
parent
5db01e08c3
commit
6d25d2d141
1 changed files with 7 additions and 9 deletions
16
readme.md
16
readme.md
|
|
@ -83,7 +83,7 @@ kubectl apply -f kubernetes.yml
|
|||
|
||||
* ### How do I select the macOS version?
|
||||
|
||||
By default, Ventura will be installed. But you can add the `VERSION` environment variable to your compose file, in order to specify an alternative macOS version to be downloaded:
|
||||
By default, macOS 13 (Ventura) will be installed. But you can add the `VERSION` environment variable to your compose file, in order to specify an alternative macOS version to be downloaded:
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
|
|
@ -92,14 +92,12 @@ kubectl apply -f kubernetes.yml
|
|||
|
||||
Select from the values below:
|
||||
|
||||
| **Value** | **Version** | **Size** |
|
||||
|----|-----|----|
|
||||
| `sonoma` | Sonoma | ? GB |
|
||||
| `ventura` | Ventura | 3.0 GB |
|
||||
| `monterey` | Monterey | ? GB |
|
||||
| `big-sur` | Big Sur | ? GB |
|
||||
| `catalina` | Catalina | ? GB |
|
||||
| `mojave` | Mojave | ? GB |
|
||||
| **Value** | **Version** |
|
||||
|----|-----|
|
||||
| `sonoma` | macOS 14 (Sonoma) |
|
||||
| `ventura` | macOS 13 (Ventura) |
|
||||
| `monterey` | macOS 12 (Monterey) |
|
||||
| `big-sur` | macOS 11 (Big Sur) |
|
||||
|
||||
* ### How do I change the storage location?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue