Files
2026-02-04 18:09:11 +01:00

2.5 KiB
Raw Permalink Blame History

tags
tags
IT/Tools/podman
IT/Container

Installation

podman

sudo apt update
sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates -y
source /etc/os-release
wget http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/Release.key -O alvistack_key
cat alvistack_key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/alvistack.gpg >/dev/null
echo "deb http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/ /" | sudo tee /etc/apt/sources.list.d/alvistack.list
sudo apt update
sudo apt install podman python3-podman-compose

Podman Desktop

flatpak für Linux

flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub io.podman_desktop.PodmanDesktop
flatpak run io.podman_desktop.PodmanDesktop
flatpak update --user io.podman_desktop.PodmanDesktop

Konfiguration

WSL

Ändern der /etc/wsl.conf

[boot]
systemd=true
command="mount --make-rshared /"
[user]
default=tpeetz