|
|
|
|
|
by kevinrineer
302 days ago
|
|
I was able to follow Dan Walsh's example [0]. I tried with Ubuntu just know and there's a 404 for buildah to install via apt at this exact moment. Here's my working Fedora WSL2 (which I prefer and use daily). $ cat /etc/os-release
NAME="Fedora Linux"
VERSION="42 (WSL)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=42
VERSION_CODENAME=""
PLATFORM_ID="platform:f42"
PRETTY_NAME="Fedora Linux 42 (WSL)"
...
VARIANT="WSL"
VARIANT_ID=wsl
[0] - https://www.redhat.com/en/blog/quadlet-podman |
|