diff --git a/content/snippets/0270-docker-on-apple-silicon.md b/content/snippets/0270-docker-on-apple-silicon.md index 1eeb724..5bd51a0 100644 --- a/content/snippets/0270-docker-on-apple-silicon.md +++ b/content/snippets/0270-docker-on-apple-silicon.md @@ -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/).