fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-12 10:45:36 +02:00
parent f884fd2ed1
commit 7419e0b0e7

View File

@ -7,7 +7,7 @@ date: 2025-05-12
Docker itself comes with some background processes. Fine for servers, which only exists to run the containers all the time, disadvantageous for a laptop where you run a container only now and then. ChatGPT proposed `podman` and `finch` and as I already heard and read about `podman` I tried it first.
## `podman`
## podman
```
brew install podman
@ -30,7 +30,7 @@ brew uninstall podman
```
## `finch`
## finch
This is a open source product of AWS: [https://aws.amazon.com/de/blogs/opensource/introducing-finch-an-open-source-client-for-container-development/](https://aws.amazon.com/de/blogs/opensource/introducing-finch-an-open-source-client-for-container-development/).