vault backup: 2026-01-25 21:39:01
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
tags:
|
||||
- IT/Tools/flatpak
|
||||
- IT/OS/Linux
|
||||
---
|
||||
## Link
|
||||
https://flatpak.org/
|
||||
|
||||
@@ -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: It’s 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user