vault backup: 2026-01-25 21:39:01

This commit is contained in:
2026-01-25 21:39:01 +01:00
parent 91778b802b
commit 238c90ddb8
5 changed files with 176 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
---
tags:
- IT/Tools/flatpak
- IT/OS/Linux
---
## Link
https://flatpak.org/
+30
View File
@@ -14,3 +14,33 @@ tags:
- [How I got my docker-compose YML to work switching to podman-compose](https://dale-bingham-soteriasoftware.medium.com/how-i-got-my-docker-compose-yml-to-work-switching-to-podman-compose-5252856c6eea)
- [Ultimate Docker to Podman Migration Guide: Its NOT difficult](https://www.simplehomelab.com/docker-to-podman-migration-guide/)
## Installation
### podman
### Podman Desktop
#### [[flatpak]] für Linux
```shell
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`
- https://github.com/conda-forge/podman-feedstock/issues/25
```wsl.conf
[boot]
systemd=true
command="mount --make-rshared /"
[user]
default=tpeetz
```