1.8 KiB
1.8 KiB
tags
| tags | ||
|---|---|---|
|
Links
- # Why I Ditched Docker for Podman (And You Should Too)
- From Docker Compose to Kubernetes with Podman
- Moving from docker-compose to Podman pods
- Podman: Managing pods and containers in a local container runtime
- Migrating from Docker Compose to Podman Compose: How to Make the Switch
- Moving to Podman from Docker & Docker Compose
- How I got my docker-compose YML to work switching to podman-compose
- Ultimate Docker to Podman Migration Guide: It’s NOT difficult
Installation
podman
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