Skip to content

Commit

Permalink
docs(install): clarify windows OS requirements (#6761)
Browse files Browse the repository at this point in the history
Garden requires Windows 10 or later and does not care about the edition. Docker Desktop on the other hand has more specific requirements.
  • Loading branch information
stefreak authored Jan 14, 2025
1 parent fa20266 commit bc08d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ for further information. For remote clusters, take a look at the [Remote Kuberne

## Windows

You can run Garden on Windows 10 Home, Pro or Enterprise editions.
You can run Garden on Windows 10 or later.

_Note: The Home edition doesn't support virtualization, but you can still use Garden if you're working with [remote Kubernetes](../k8s-plugins/remote-k8s/README.md) and [in-cluster building](../k8s-plugins/guides/in-cluster-building.md)._
_Note: Building docker images generally requires installing Docker Desktop. Please refer to [the Docker Desktop documentation for its requirements](https://docs.docker.com/desktop/setup/install/windows-install/)._

To install the Garden CLI and its dependencies, please use our installation script. To run the script, open PowerShell as an administrator and run:

Expand Down

0 comments on commit bc08d06

Please sign in to comment.