Enjoy your brand new machine, and don't forget to star this repo!
*### How do I select the macOS version?
### How do I select the macOS version?
By default, macOS 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:
@@ -92,7 +92,7 @@ kubectl apply -f kubernetes.yml
| `monterey` | macOS Monterey |
| `big-sur` | macOS Big Sur |
*### How do I change the storage location?
### How do I change the storage location?
To change the storage location, include the following bind mount in your compose file:
If you didn't receive any error from `kvm-ok` at all, but the container still complains that `/dev/kvm` is missing, it might help to add `privileged: true` to your compose file (or `--privileged` to your `run` command), to rule out any permission issue.
*### How do I run Windows in a container?
### How do I run Windows in a container?
You can use [dockur/windows](https://github.com/dockur/windows) for that. It shares many of the same features, and even has completely automatic installation.
*### Is this project legal?
### Is this project legal?
Yes, this project contains only open-source code and does not distribute any copyrighted material. Neither does it try to circumvent any copyright protection measures. So under all applicable laws, this project will be considered legal.