Prerequisites
- Docker
- Podman
- Microsoft Hyper-V enabled. See Install Hyper-V On Windows or Step-By-Step: Enabling Hyper-V on Windows 11.
- The latest version of the Windows App Installer.
- Windows 10 1709 (build 16299) or later or Windows 11.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Instructions for switching between Podman and Docker as the container management engine for the Astro CLI.
wsl --update
wsl --install --no-distribution
astro config set container.binary docker -g
astro config set container.binary podman -g
-g.Was this page helpful?