Update enroll-hosts.md (#45366)

Updates the CLI instructions for generating .msi on silicon to use
Docker instead of Wine
This commit is contained in:
Gray Williams
2026-07-22 11:59:45 +01:00
committed by GitHub
parent 782eb5471b
commit caaa49a548
+2 -1
View File
@@ -47,7 +47,8 @@ The `--type` flag is used to specify the fleetd installer type.
- macOS: `pkg`
- Generating a .pkg on Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running.
- Windows: `msi`
- Generating a .msi on Windows, macOS, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset).
- Generating a .msi on Windows, Intel Macs, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset).
- Generating a .msi on Apple Silicon Macs requires [Docker](https://docs.docker.com/get-docker) to be installed. If you need to continue using Wine, see [WineHQ wiki](https://gitlab.winehq.org/wine/wine/-/wikis/MacOS).
- Linux: `deb`, `rpm`, or `pkg.tar.zst`
- `deb`: Debian-based linux (e.g. Ubuntu, Debian).
- `rpm`: RPM-based linux (e.g. OpenSUSE, Red Hat, Fedora).