We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87fb74 commit f54fee9Copy full SHA for f54fee9
content/posts/2024/10/aspire-podman-windows.adoc
@@ -0,0 +1,24 @@
1
+---
2
+title: Aspire, Podman in windows
3
+date: 2024-10-24T09:10:00+08:00
4
+categories:
5
+- tech
6
+tags:
7
+- podman
8
+- linux
9
+- aspire
10
+- wsl
11
12
+
13
+[source, batch]
14
+----
15
+REM download https://github.com/containers/podman/releases/download/v5.2.5/podman-remote-release-windows_amd64.zip
16
+REM unzip it to C:\DIM\podman-remote-release-windows_amd64
17
+SET PODMAN_HOME=C:\DIM\podman-remote-release-windows_amd64\podman-5.2.5
18
+set PATH=%PATH%;%PODMAN_HOME%\usr\bin
19
+podman machine init
20
+podman machine start
21
+set DOTNET_ASPIRE_CONTAINER_RUNTIME=podman
22
23
24
+Get podman desktop from https://podman.io/
0 commit comments