Aspire, Podman in windows
- 1 minutes read - 25 wordsREM download https://github.com/containers/podman/releases/download/v5.2.5/podman-remote-release-windows_amd64.zip
REM unzip it to C:\DIM\podman-remote-release-windows_amd64
SET PODMAN_HOME=C:\DIM\podman-remote-release-windows_amd64\podman-5.2.5
set PATH=%PATH%;%PODMAN_HOME%\usr\bin
podman machine init
podman machine start
set DOTNET_ASPIRE_CONTAINER_RUNTIME=podman
Get podman desktop from https://podman.io/