Skip to content

Commit f54fee9

Browse files
committed
aspire podman
1 parent a87fb74 commit f54fee9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)